Received: by 2002:a05:6a10:1d13:0:0:0:0 with SMTP id pp19csp163489pxb; Tue, 24 Aug 2021 23:35:54 -0700 (PDT) X-Google-Smtp-Source: ABdhPJye6KkS4CD2P59/tHBLoYvAMdPNsGmI0wWirH/a9LAYAyLDBb+veMFgTPsMRhpCwJ/zHKo1 X-Received: by 2002:aa7:cd55:: with SMTP id v21mr9826362edw.115.1629873353906; Tue, 24 Aug 2021 23:35:53 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1629873353; cv=none; d=google.com; s=arc-20160816; b=ngFy1P+65EVhT7NzdPpvncA08/QYnOs/5eeT24ujFq35uEXY9YshUMSTFCJ0ZmZhLD vQEWPph+UhQvlrfFsqz+KR2IeUpzpnf/J8DSqEll36NnoWyelWf0AxEwSlJzG+2KhnJY ArkPPTZQIkVcBntSRNqD79+/TsZBLDtD1X5ObgSxf9/GNdpaMhADtfbFXhEHb5PylKz3 x7wCZnSt4QqbgFiQCNEzfbakC7JJD+tBy7Fwe7vqMXdU6GhmkHiu30saqq0RuclCcYyi GkaURILf6KUlPuUEVzNjKZtUg8n+09KPt968UPbcgqsELwRJRZ5YXF732qmR456prKNc JLng== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=W9oTcVyAYxeKEWLT6n2lrFbTQW3FV5VNrXwfmULC/uQ=; b=d1TPUrL5OqmVxSkc2JcSG2/I36LlOGZzzBBHbDsG3MBQAqXAs301sNJIPV2jWZjnRQ I1+4caVqVdJj1jjoI38v9moUzA1a5lrROyYCSMbeqjNa2kdzft80/CC+tQTehQTAtJEV VZO3iTpptM4D43ajdb5gaAz/k23dARjThMv0ueuYEK+2ebiovXL65gPdJeTYY0Q/+j3y YAFgXKJCn3R1uv+VBUmTX85RA3d0zFRAc9VidmgzI1MGb+Kr1EGog/mFoPJbuEZLyYjo wrqZJKjgzIgMAhXvuQElB1VME/FhYKGMStFBAHRjsRI/61Q98PnKM8tnmAb9IF07d2YM U44A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id e10si11025802edz.215.2021.08.24.23.35.08; Tue, 24 Aug 2021 23:35:53 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239017AbhHYGeE (ORCPT + 99 others); Wed, 25 Aug 2021 02:34:04 -0400 Received: from verein.lst.de ([213.95.11.211]:54933 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238964AbhHYGeD (ORCPT ); Wed, 25 Aug 2021 02:34:03 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 90E706736F; Wed, 25 Aug 2021 08:33:15 +0200 (CEST) Date: Wed, 25 Aug 2021 08:33:15 +0200 From: Christoph Hellwig To: Kari Argillander Cc: Konstantin Komarov , ntfs3@lists.linux.dev, Christoph Hellwig , linux-kernel@vger.kernel.org, Joe Perches Subject: Re: [PATCH v4 1/3] fs/ntfs3: Restyle comment block in ni_parse_reparse() Message-ID: <20210825063315.GA28148@lst.de> References: <20210824183708.1008538-1-kari.argillander@gmail.com> <20210824183708.1008538-2-kari.argillander@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210824183708.1008538-2-kari.argillander@gmail.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 24, 2021 at 09:37:06PM +0300, Kari Argillander wrote: > First of this fix one none utf8 char in this comment block. Maybe > this happened because error in filesystem ;) > > Also this block was hard to read because long lines so make it max 80 > long. And while we doing this stuff make little better grammer. > > Signed-off-by: Kari Argillander Looks good, Reviewed-by: Christoph Hellwig