diff options
author | Gao Xiang <hsiangkao@linux.alibaba.com> | 2021-06-02 19:06:34 +0300 |
---|---|---|
committer | Gao Xiang <hsiangkao@linux.alibaba.com> | 2021-06-07 19:41:24 +0300 |
commit | c5fcb51111b85323cafe3f02784f7f0bf6a7cf07 (patch) | |
tree | b3f398be514eb4f5bfa49bed3060eb3ef61bd380 /fs/erofs/dir.c | |
parent | 7dea3de7d384f4c8156e8bd93112ba6db1eb276c (diff) | |
download | linux-c5fcb51111b85323cafe3f02784f7f0bf6a7cf07.tar.xz |
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/dir.c')
-rw-r--r-- | fs/erofs/dir.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/erofs/dir.c b/fs/erofs/dir.c index 2776bb832127..eee9b0b31b63 100644 --- a/fs/erofs/dir.c +++ b/fs/erofs/dir.c @@ -2,7 +2,6 @@ /* * Copyright (C) 2017-2018 HUAWEI, Inc. * https://www.huawei.com/ - * Created by Gao Xiang <gaoxiang25@huawei.com> */ #include "internal.h" @@ -139,4 +138,3 @@ const struct file_operations erofs_dir_fops = { .read = generic_read_dir, .iterate_shared = erofs_readdir, }; - |