diff options
author | Gao Xiang <hsiangkao@linux.alibaba.com> | 2021-06-02 18:06:34 +0200 |
---|---|---|
committer | Gao Xiang <hsiangkao@linux.alibaba.com> | 2021-06-07 18:41:24 +0200 |
commit | c5fcb51111b85323cafe3f02784f7f0bf6a7cf07 (patch) | |
tree | b3f398be514eb4f5bfa49bed3060eb3ef61bd380 /fs/erofs/erofs_fs.h | |
parent | erofs: remove the occupied parameter from z_erofs_pagevec_enqueue() (diff) | |
download | linux-c5fcb51111b85323cafe3f02784f7f0bf6a7cf07.tar.xz linux-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/erofs_fs.h')
-rw-r--r-- | fs/erofs/erofs_fs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/erofs/erofs_fs.h b/fs/erofs/erofs_fs.h index 8739d3adf51f..0f8da74570b4 100644 --- a/fs/erofs/erofs_fs.h +++ b/fs/erofs/erofs_fs.h @@ -4,7 +4,6 @@ * * Copyright (C) 2017-2018 HUAWEI, Inc. * https://www.huawei.com/ - * Created by Gao Xiang <gaoxiang25@huawei.com> */ #ifndef __EROFS_FS_H #define __EROFS_FS_H @@ -348,4 +347,3 @@ static inline void erofs_check_ondisk_layout_definitions(void) } #endif - |