Commit 390d0b99 authored by Yangtao Li's avatar Yangtao Li Committed by Jaegeuk Kim

f2fs: remove unnecessary blank lines

Just cleanup.
Signed-off-by: default avatarYangtao Li <frank.li@vivo.com>
Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
parent a1357a91
...@@ -1382,8 +1382,6 @@ enum { ...@@ -1382,8 +1382,6 @@ enum {
MEMORY_MODE_LOW, /* memory mode for low memry devices */ MEMORY_MODE_LOW, /* memory mode for low memry devices */
}; };
static inline int f2fs_test_bit(unsigned int nr, char *addr); 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_set_bit(unsigned int nr, char *addr);
static inline void f2fs_clear_bit(unsigned int nr, char *addr); static inline void f2fs_clear_bit(unsigned int nr, char *addr);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment