aboutsummaryrefslogtreecommitdiffstats
path: root/fs/f2fs/gc.h
diff options
context:
space:
mode:
authorJaegeuk Kim <jaegeuk.kim@samsung.com>2012-11-29 13:28:09 +0900
committerAndreas Blaesius <skate4life@gmx.de>2016-06-05 21:19:43 +0200
commit9575fdf3c2122bf37fbca35738ea8d6a98db6cb0 (patch)
tree57622dc22e258baf1f6deb30ff38310561a94615 /fs/f2fs/gc.h
parent87083325a2be7f7cb0b07d43d3b0e18081777b2b (diff)
downloadkernel_samsung_espresso10-9575fdf3c2122bf37fbca35738ea8d6a98db6cb0.zip
kernel_samsung_espresso10-9575fdf3c2122bf37fbca35738ea8d6a98db6cb0.tar.gz
kernel_samsung_espresso10-9575fdf3c2122bf37fbca35738ea8d6a98db6cb0.tar.bz2
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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/f2fs/gc.h b/fs/f2fs/gc.h
index cf42a55..b026d93 100644
--- a/fs/f2fs/gc.h
+++ b/fs/f2fs/gc.h
@@ -1,4 +1,4 @@
-/**
+/*
* fs/f2fs/gc.h
*
* Copyright (c) 2012 Samsung Electronics Co., Ltd.
@@ -42,7 +42,7 @@ struct inode_entry {
struct inode *inode;
};
-/**
+/*
* inline functions
*/
static inline block_t free_user_blocks(struct f2fs_sb_info *sbi)