linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: riteshh <riteshh@linux.ibm.com>
To: Jack Qiu <jack.qiu@huawei.com>
Cc: linux-ext4@vger.kernel.org
Subject: Re: [PATCH -next] ext4: fix trailing whitespace
Date: Fri, 9 Apr 2021 10:20:23 +0530	[thread overview]
Message-ID: <20210409045023.bcxnxfbnwyshoewv@riteshh-domain> (raw)
In-Reply-To: <20210409042035.15516-1-jack.qiu@huawei.com>

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 <riteshh@linux.ibm.com>

>
> Signed-off-by: Jack Qiu <jack.qiu@huawei.com>
> ---
>  fs/ext4/balloc.c  | 2 +-
>  fs/ext4/mballoc.c | 2 +-
>  fs/ext4/namei.c   | 6 +++---
>  fs/ext4/super.c   | 2 +-
>  4 files changed, 6 insertions(+), 6 deletions(-)
>

-ritesh

  reply	other threads:[~2021-04-09  4:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-09  4:20 [PATCH -next] ext4: fix trailing whitespace Jack Qiu
2021-04-09  4:50 ` riteshh [this message]
2021-04-10  3:25   ` Theodore Ts'o

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210409045023.bcxnxfbnwyshoewv@riteshh-domain \
    --to=riteshh@linux.ibm.com \
    --cc=jack.qiu@huawei.com \
    --cc=linux-ext4@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).