linux-erofs.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] erofs-utils: fix checkpatch.pl complains
@ 2021-08-31 16:51 Huang Jianan
  2021-08-31 16:51 ` [PATCH 1/5] erofs-utils: remove filename in the file Huang Jianan
                   ` (5 more replies)
  0 siblings, 6 replies; 21+ messages in thread
From: Huang Jianan @ 2021-08-31 16:51 UTC (permalink / raw)
  To: linux-erofs

From: Huang Jianan <huangjianan@oppo.com>

This patchset fix most of checkpatch.pl complains in erofs-utils, some
problems that also exist in the kernel haven't been fixed.

Huang Jianan (5):
  erofs-utils: remove filename in the file
  erofs-utils: fix SPDX comment style
  erofs-utils: fix general style problem
  erofs-utils: remove unnecessary codes and comments
  erofs-utils: fix print style

 Makefile.am                |  1 -
 fuse/Makefile.am           |  1 -
 fuse/dir.c                 |  2 --
 fuse/macosx.h              |  1 +
 fuse/main.c                |  7 +------
 include/erofs/block_list.h |  8 +++-----
 include/erofs/cache.h      |  2 --
 include/erofs/compress.h   |  2 --
 include/erofs/config.h     |  2 --
 include/erofs/decompress.h |  2 --
 include/erofs/defs.h       |  2 --
 include/erofs/err.h        |  2 --
 include/erofs/exclude.h    |  2 --
 include/erofs/hashtable.h  |  2 --
 include/erofs/inode.h      |  2 --
 include/erofs/internal.h   |  2 --
 include/erofs/io.h         |  2 --
 include/erofs/list.h       |  2 --
 include/erofs/print.h      |  2 --
 include/erofs/trace.h      |  2 --
 include/erofs/xattr.h      |  4 +---
 include/erofs_fs.h         |  1 -
 lib/Makefile.am            |  1 -
 lib/block_list.c           |  7 +------
 lib/cache.c                |  2 --
 lib/compress.c             | 11 ++++-------
 lib/compressor.c           |  4 +---
 lib/compressor.h           |  2 --
 lib/compressor_lz4.c       |  2 --
 lib/compressor_lz4hc.c     |  2 --
 lib/config.c               |  2 --
 lib/data.c                 |  2 --
 lib/decompress.c           |  2 --
 lib/exclude.c              |  2 --
 lib/inode.c                |  9 +--------
 lib/io.c                   |  5 +----
 lib/namei.c                |  5 ++---
 lib/super.c                |  2 --
 lib/xattr.c                |  4 +---
 lib/zmap.c                 |  6 +-----
 man/Makefile.am            |  1 -
 mkfs/Makefile.am           |  1 -
 mkfs/main.c                |  4 +---
 43 files changed, 19 insertions(+), 110 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2021-09-03 15:22 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-31 16:51 [PATCH 0/5] erofs-utils: fix checkpatch.pl complains Huang Jianan
2021-08-31 16:51 ` [PATCH 1/5] erofs-utils: remove filename in the file Huang Jianan
2021-09-03  3:09   ` Gao Xiang
2021-08-31 16:51 ` [PATCH 2/5] erofs-utils: fix SPDX comment style Huang Jianan
2021-09-03  3:10   ` Gao Xiang
2021-08-31 16:51 ` [PATCH 3/5] erofs-utils: fix general style problem Huang Jianan
2021-09-03  3:12   ` Gao Xiang
2021-08-31 16:51 ` [PATCH 4/5] erofs-utils: remove unnecessary codes and comments Huang Jianan
2021-09-03  3:17   ` Gao Xiang
2021-08-31 16:51 ` [PATCH 5/5] erofs-utils: fix print style Huang Jianan
2021-09-03  3:18   ` Gao Xiang
2021-09-03 13:40 ` [PATCH V2 0/6] erofs-utils: fix checkpatch.pl complains Huang Jianan
2021-09-03 13:40   ` [PATCH V2 1/6] erofs-utils: clean up file headers & footers Huang Jianan
2021-09-03 15:03     ` Gao Xiang
2021-09-03 13:40   ` [PATCH V2 2/6] erofs-utils: fix SPDX comment style Huang Jianan
2021-09-03 13:40   ` [PATCH V2 3/6] erofs-utils: fix general style problem Huang Jianan
2021-09-03 13:40   ` [PATCH V2 4/6] erofs-utils: remove unnecessary codes Huang Jianan
2021-09-03 15:10     ` Gao Xiang
2021-09-03 13:40   ` [PATCH V2 5/6] erofs-utils: fix print style Huang Jianan
2021-09-03 13:40   ` [PATCH V2 6/6] erofs-utils: add missing /* fallthrough */ Huang Jianan
2021-09-03 15:21     ` Gao Xiang

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).