From: Huang Jianan <[email protected]> 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
