summaryrefslogtreecommitdiff
path: root/fs/erofs/super.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/super.c
parent7dea3de7d384f4c8156e8bd93112ba6db1eb276c (diff)
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/super.c')
-rw-r--r--fs/erofs/super.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/erofs/super.c b/fs/erofs/super.c
index 22991d22af5a..8fc6c04b54f4 100644
--- a/fs/erofs/super.c
+++ b/fs/erofs/super.c
@@ -2,7 +2,6 @@
/*
* Copyright (C) 2017-2018 HUAWEI, Inc.
* https://www.huawei.com/
- * Created by Gao Xiang <gaoxiang25@huawei.com>
*/
#include <linux/module.h>
#include <linux/buffer_head.h>
@@ -752,4 +751,3 @@ module_exit(erofs_module_exit);
MODULE_DESCRIPTION("Enhanced ROM File System");
MODULE_AUTHOR("Gao Xiang, Chao Yu, Miao Xie, CONSUMER BG, HUAWEI Inc.");
MODULE_LICENSE("GPL");
-