diff options
| author | Yangtao Li <frank.li@vivo.com> | 2022-12-22 03:26:34 +0800 |
|---|---|---|
| committer | Jaegeuk Kim <jaegeuk@kernel.org> | 2023-01-11 11:15:18 -0800 |
| commit | 390d0b99212e42c6f9116562a8442888f6a0141d (patch) | |
| tree | 75a3abf2105a0df21f00be69fbb786785f2acb37 | |
| parent | a1357a91ec9ee72cf7683ac17b5f26dd5b4e6e5f (diff) | |
f2fs: remove unnecessary blank lines
Just cleanup.
Signed-off-by: Yangtao Li <frank.li@vivo.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
| -rw-r--r-- | fs/f2fs/f2fs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h index 378734b0d99a..d1fcaa973a53 100644 --- a/fs/f2fs/f2fs.h +++ b/fs/f2fs/f2fs.h @@ -1382,8 +1382,6 @@ enum { MEMORY_MODE_LOW, /* memory mode for low memry devices */ }; - - static inline int f2fs_test_bit(unsigned int nr, char *addr); static inline void f2fs_set_bit(unsigned int nr, char *addr); static inline void f2fs_clear_bit(unsigned int nr, char *addr); |
