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/debug.c | |
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/debug.c')
-rw-r--r-- | fs/f2fs/debug.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/f2fs/debug.c b/fs/f2fs/debug.c index fb62960a1dc1..0e0380a588ad 100644 --- a/fs/f2fs/debug.c +++ b/fs/f2fs/debug.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /** | 1 | /* |
2 | * f2fs debugging statistics | 2 | * f2fs debugging statistics |
3 | * | 3 | * |
4 | * Copyright (c) 2012 Samsung Electronics Co., Ltd. | 4 | * Copyright (c) 2012 Samsung Electronics Co., Ltd. |
@@ -78,7 +78,7 @@ static void update_general_status(struct f2fs_sb_info *sbi) | |||
78 | } | 78 | } |
79 | } | 79 | } |
80 | 80 | ||
81 | /** | 81 | /* |
82 | * This function calculates BDF of every segments | 82 | * This function calculates BDF of every segments |
83 | */ | 83 | */ |
84 | static void update_sit_info(struct f2fs_sb_info *sbi) | 84 | static void update_sit_info(struct f2fs_sb_info *sbi) |
@@ -113,7 +113,7 @@ static void update_sit_info(struct f2fs_sb_info *sbi) | |||
113 | si->avg_vblocks = 0; | 113 | si->avg_vblocks = 0; |
114 | } | 114 | } |
115 | 115 | ||
116 | /** | 116 | /* |
117 | * This function calculates memory footprint. | 117 | * This function calculates memory footprint. |
118 | */ | 118 | */ |
119 | static void update_mem_info(struct f2fs_sb_info *sbi) | 119 | static void update_mem_info(struct f2fs_sb_info *sbi) |