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-next>] [day] [month] [year] [list]
Date:   Tue, 8 Jun 2021 15:11:12 +0800
From:   Zhen Lei <thunder.leizhen@...wei.com>
To:     Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        Andrew Morton <akpm@...ux-foundation.org>,
        linux-kernel <linux-kernel@...r.kernel.org>
CC:     Zhen Lei <thunder.leizhen@...wei.com>
Subject: [PATCH 0/5] lib: remove trailing spaces and tabs

find lib/ -type f | xargs sed -r -i 's/[ \t]+$//'

Run the above command to find and remove the trailing spaces and tabs. To keep
the patch from being too big, I broke it down into five parts.


Zhen Lei (5):
  lib/zlib: remove trailing spaces and tabs
  Fonts: remove trailing spaces and tabs
  lib/inflate.c: remove trailing spaces and tabs
  lib/ts_bm.c: remove trailing spaces and tabs
  lib: remove trailing spaces and tabs

 lib/Kconfig                     |  2 +-
 lib/fonts/font_acorn_8x8.c      |  2 +-
 lib/fonts/font_mini_4x6.c       |  8 ++++----
 lib/inflate.c                   | 26 +++++++++++++-------------
 lib/libcrc32c.c                 |  2 +-
 lib/textsearch.c                |  4 ++--
 lib/ts_bm.c                     | 24 ++++++++++++------------
 lib/ts_kmp.c                    |  2 +-
 lib/zlib_deflate/deflate.c      | 10 +++++-----
 lib/zlib_deflate/deftree.c      |  4 ++--
 lib/zlib_deflate/defutil.h      | 10 +++++-----
 lib/zlib_inflate/inflate_syms.c |  2 +-
 lib/zlib_inflate/infutil.h      |  2 +-
 13 files changed, 49 insertions(+), 49 deletions(-)

-- 
2.25.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ