lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Fri, 9 Apr 2021 10:20:23 +0530
From:   riteshh <riteshh@...ux.ibm.com>
To:     Jack Qiu <jack.qiu@...wei.com>
Cc:     linux-ext4@...r.kernel.org
Subject: Re: [PATCH -next] ext4: fix trailing whitespace

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

>
> Signed-off-by: Jack Qiu <jack.qiu@...wei.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ