Received: by 2002:a05:6a10:17d3:0:0:0:0 with SMTP id hz19csp118532pxb; Fri, 9 Apr 2021 20:27:03 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzjaMYaCRs0a8h9q69dz60n1+rvoZrQOekpw1dtSB0NJQ61b2/0Mx1LjRxsrSAoputZnS1g X-Received: by 2002:a05:6402:254f:: with SMTP id l15mr20357892edb.189.1618025223095; Fri, 09 Apr 2021 20:27:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1618025223; cv=none; d=google.com; s=arc-20160816; b=ndMWANf9Lq/nJ2KFyIjR3ESwb9c1IgmE6RAtxoukyChIo7N5b/HKCZ7XC+evGSCRH1 u8NSnzLCGdDB3Q2oozT4Hy5PK24XNm29Chsm1S7JA15QYxpfK9nsKOGwXu6vrf7RXPQO IbeohzmTjw4hQr87LtT8VB4ngImBgdYb04dXp7b5KGCTT5wuroy02ASyVUMlz/qUiUT3 uGTD7NHXnp5lZjiEWj4KLjERM+gFnnIURNbQstTkAKrUFgRi4fApEZ2MFJZiRHqH3sgl 5d7RPaQqD3t3vvf1fEXXtWon0U97ktbNPPexmInXy7Fq8A4mHuDK0WIQQTzggW4btQgj Pk5w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=q5pc+HUMumDWeGncTEt1Rz2Loj7Cpdcu5f4zE4iJUrk=; b=APNH7Lch+sH+OFM/H+7cp2xnYL5RiPk9B07qDIQv64PeTXJibAIHguGfBgMKEGiFVE XFtK6h4jeiE6N+9f7FXF4qeNZ6crv8GTX7LEugQhSxJ+kyDHozlNmClrrIwYp/WzX9g/ lr02qhbyNzTmcE/AjXct/gMiSq7NJCiwvSHDAVU9ubPJL21GyUGvh3XlJUnVOkuLywYQ no/0b2UKFioWFEMUpfxXDTosxtcv87avKRABaWm3Lh/FSUNRdkPn5NDVMmpPKcHqJMkt RuzEoTaSRpKg+EKt/ZWVvdWy62FsVM9II3FUloqa2g+aYn77lI4uqf4sxwgbw9hmbYOZ kZow== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-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 r5si2577712edw.488.2021.04.09.20.26.38; Fri, 09 Apr 2021 20:27:03 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-ext4-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-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232855AbhDJDZm (ORCPT + 99 others); Fri, 9 Apr 2021 23:25:42 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:60550 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S229665AbhDJDZl (ORCPT ); Fri, 9 Apr 2021 23:25:41 -0400 Received: from cwcc.thunk.org (pool-72-74-133-215.bstnma.fios.verizon.net [72.74.133.215]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 13A3PBZd012339 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 9 Apr 2021 23:25:11 -0400 Received: by cwcc.thunk.org (Postfix, from userid 15806) id 0341215C3B12; Fri, 9 Apr 2021 23:25:10 -0400 (EDT) Date: Fri, 9 Apr 2021 23:25:10 -0400 From: "Theodore Ts'o" To: riteshh Cc: Jack Qiu , linux-ext4@vger.kernel.org Subject: Re: [PATCH -next] ext4: fix trailing whitespace Message-ID: References: <20210409042035.15516-1-jack.qiu@huawei.com> <20210409045023.bcxnxfbnwyshoewv@riteshh-domain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210409045023.bcxnxfbnwyshoewv@riteshh-domain> Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Fri, Apr 09, 2021 at 10:20:23AM +0530, riteshh wrote: > On 21/04/09 12:20PM, Jack Qiu wrote: > > Made suggested modifications from checkpatch in reference to ERROR: > > trailing whitespace > > Also happens to be useful to folks who have auto remove of any whitespace > at end of line on file save in their editor setup ;) > > " for vim > autocmd BufWritePre * %s/\s\+$//e > > So, patch looks good to me. > Reviewed-by: Ritesh Harjani Applied, thanks. - Ted