diff options
author | Jaegeuk Kim <jaegeuk.kim@samsung.com> | 2012-11-28 23:28:09 -0500 |
---|---|---|
committer | Jaegeuk Kim <jaegeuk.kim@samsung.com> | 2012-12-10 23:43:42 -0500 |
commit | 0a8165d7c2cf1395059db20ab07665baf3758fcd (patch) | |
tree | 6036856230364c8301db6798bb442f44e608a098 /fs/f2fs/gc.h | |
parent | 25ca923b2a766b9c93b63777ead351137533a623 (diff) |
f2fs: adjust kernel coding style
As pointed out by Randy Dunlap, this patch removes all usage of "/**" for comment
blocks. Instead, just use "/*".
Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
Diffstat (limited to 'fs/f2fs/gc.h')
-rw-r--r-- | fs/f2fs/gc.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/f2fs/gc.h b/fs/f2fs/gc.h index cf42a554ca0a..b026d9354ccd 100644 --- a/fs/f2fs/gc.h +++ b/fs/f2fs/gc.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /** | 1 | /* |
2 | * fs/f2fs/gc.h | 2 | * fs/f2fs/gc.h |
3 | * | 3 | * |
4 | * Copyright (c) 2012 Samsung Electronics Co., Ltd. | 4 | * Copyright (c) 2012 Samsung Electronics Co., Ltd. |
@@ -42,7 +42,7 @@ struct inode_entry { | |||
42 | struct inode *inode; | 42 | struct inode *inode; |
43 | }; | 43 | }; |
44 | 44 | ||
45 | /** | 45 | /* |
46 | * inline functions | 46 | * inline functions |
47 | */ | 47 | */ |
48 | static inline block_t free_user_blocks(struct f2fs_sb_info *sbi) | 48 | static inline block_t free_user_blocks(struct f2fs_sb_info *sbi) |