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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Thu, 27 May 2021 11:02:47 -0400
From:   Jes Sorensen <jes@...ined-monkey.org>
To:     Hui Tang <tanghui20@...wei.com>
Cc:     linux-kernel@...r.kernel.org
Subject: Re: [PATCH net-next] net: hippi: remove leading spaces before tabs

On 5/19/21 11:57 PM, Hui Tang wrote:
> There are a few leading spaces before tabs and remove it by running
> the following commard:
> 
>     $ find . -name '*.[ch]' | xargs sed -r -i 's/^[ ]+\t/\t/'
> 
> Signed-off-by: Hui Tang <tanghui20@...wei.com>
> ---
>  drivers/net/hippi/rrunner.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Acked-by: Jes Sorensen <jes@...ined-monkey.org>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ