aboutsummaryrefslogtreecommitdiffstats
path: root/fs/erofs/decompressor.c
diff options
context:
space:
mode:
authorGao Xiang <hsiangkao@linux.alibaba.com>2021-06-03 00:06:34 +0800
committerGao Xiang <hsiangkao@linux.alibaba.com>2021-06-08 00:41:24 +0800
commitc5fcb51111b85323cafe3f02784f7f0bf6a7cf07 (patch)
treeb3f398be514eb4f5bfa49bed3060eb3ef61bd380 /fs/erofs/decompressor.c
parenterofs: remove the occupied parameter from z_erofs_pagevec_enqueue() (diff)
downloadlinux-dev-c5fcb51111b85323cafe3f02784f7f0bf6a7cf07.tar.xz
linux-dev-c5fcb51111b85323cafe3f02784f7f0bf6a7cf07.zip
erofs: clean up file headers & footers
- Remove my outdated misleading email address; - Get rid of all unnecessary trailing newline by accident. Link: https://lore.kernel.org/r/20210602160634.10757-1-xiang@kernel.org Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Diffstat (limited to 'fs/erofs/decompressor.c')
-rw-r--r--fs/erofs/decompressor.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/erofs/decompressor.c b/fs/erofs/decompressor.c
index 88e33addf229..a5bc4b1b7813 100644
--- a/fs/erofs/decompressor.c
+++ b/fs/erofs/decompressor.c
@@ -2,7 +2,6 @@
/*
* Copyright (C) 2019 HUAWEI, Inc.
* https://www.huawei.com/
- * Created by Gao Xiang <gaoxiang25@huawei.com>
*/
#include "compress.h"
#include <linux/module.h>
@@ -407,4 +406,3 @@ int z_erofs_decompress(struct z_erofs_decompress_req *rq,
return z_erofs_shifted_transform(rq, pagepool);
return z_erofs_decompress_generic(rq, pagepool);
}
-