diff mbox series

[f2fs-dev] f2fs: remove unnecessary blank lines

Message ID 20221221192634.18068-1-frank.li@vivo.com (mailing list archive)
State Accepted
Commit 390d0b99212e42c6f9116562a8442888f6a0141d
Headers show
Series [f2fs-dev] f2fs: remove unnecessary blank lines | expand

Commit Message

Yangtao Li Dec. 21, 2022, 7:26 p.m. UTC
Just cleanup.

Signed-off-by: Yangtao Li <frank.li@vivo.com>
---
 fs/f2fs/f2fs.h | 2 --
 1 file changed, 2 deletions(-)

Comments

patchwork-bot+f2fs@kernel.org Jan. 11, 2023, 7:20 p.m. UTC | #1
Hello:

This patch was applied to jaegeuk/f2fs.git (dev)
by Jaegeuk Kim <jaegeuk@kernel.org>:

On Thu, 22 Dec 2022 03:26:34 +0800 you wrote:
> Just cleanup.
> 
> Signed-off-by: Yangtao Li <frank.li@vivo.com>
> ---
>  fs/f2fs/f2fs.h | 2 --
>  1 file changed, 2 deletions(-)

Here is the summary with links:
  - [f2fs-dev] f2fs: remove unnecessary blank lines
    https://git.kernel.org/jaegeuk/f2fs/c/390d0b99212e

You are awesome, thank you!
diff mbox series

Patch

diff --git a/fs/f2fs/f2fs.h b/fs/f2fs/f2fs.h
index e8953c3dc81a..3e22de1f405e 100644
--- a/fs/f2fs/f2fs.h
+++ b/fs/f2fs/f2fs.h
@@ -1384,8 +1384,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);