summaryrefslogtreecommitdiffstats
path: root/fs/f2fs/xattr.h
diff options
context:
space:
mode:
authorJaegeuk Kim2012-11-29 05:28:09 +0100
committerJaegeuk Kim2012-12-11 05:43:42 +0100
commit0a8165d7c2cf1395059db20ab07665baf3758fcd (patch)
tree6036856230364c8301db6798bb442f44e608a098 /fs/f2fs/xattr.h
parentf2fs: fix endian conversion bugs reported by sparse (diff)
downloadkernel-qcow2-linux-0a8165d7c2cf1395059db20ab07665baf3758fcd.tar.gz
kernel-qcow2-linux-0a8165d7c2cf1395059db20ab07665baf3758fcd.tar.xz
kernel-qcow2-linux-0a8165d7c2cf1395059db20ab07665baf3758fcd.zip
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/xattr.h')
-rw-r--r--fs/f2fs/xattr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/f2fs/xattr.h b/fs/f2fs/xattr.h
index 29b0a08e1e14..49c9558305e3 100644
--- a/fs/f2fs/xattr.h
+++ b/fs/f2fs/xattr.h
@@ -1,4 +1,4 @@
-/**
+/*
* fs/f2fs/xattr.h
*
* Copyright (c) 2012 Samsung Electronics Co., Ltd.
@@ -77,7 +77,7 @@ struct f2fs_xattr_entry {
#define MAX_VALUE_LEN (MIN_OFFSET - sizeof(struct f2fs_xattr_header) - \
sizeof(struct f2fs_xattr_entry))
-/**
+/*
* On-disk structure of f2fs_xattr
* We use only 1 block for xattr.
*