diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2011-05-17 07:07:24 -0400 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2011-05-20 01:30:13 -0400 |
commit | bdc1a1b6100c78a6002b1761ebe36d5fe8f8585b (patch) | |
tree | 2ae75adab61f3c3d6cd86f23329b404b33bbe3f9 /fs/ubifs | |
parent | bbf2b37a98d22d5b111f03674dd4f093dd6c0ae5 (diff) |
UBIFS: fix kernel-doc comments
This is a minor fix for UBIFS kernel-doc comments - we forgot the "@" symbol
for several 'struct ubifs_debug_info'.
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'fs/ubifs')
-rw-r--r-- | fs/ubifs/debug.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fs/ubifs/debug.h b/fs/ubifs/debug.h index f3e235fcd8df..7538bf23c243 100644 --- a/fs/ubifs/debug.h +++ b/fs/ubifs/debug.h | |||
@@ -56,11 +56,11 @@ typedef int (*dbg_znode_callback)(struct ubifs_info *c, | |||
56 | * @saved_free: saved amount of free space | 56 | * @saved_free: saved amount of free space |
57 | * @saved_idx_gc_cnt: saved value of @c->idx_gc_cnt | 57 | * @saved_idx_gc_cnt: saved value of @c->idx_gc_cnt |
58 | * | 58 | * |
59 | * dfs_dir_name: name of debugfs directory containing this file-system's files | 59 | * @dfs_dir_name: name of debugfs directory containing this file-system's files |
60 | * dfs_dir: direntry object of the file-system debugfs directory | 60 | * @dfs_dir: direntry object of the file-system debugfs directory |
61 | * dfs_dump_lprops: "dump lprops" debugfs knob | 61 | * @dfs_dump_lprops: "dump lprops" debugfs knob |
62 | * dfs_dump_budg: "dump budgeting information" debugfs knob | 62 | * @dfs_dump_budg: "dump budgeting information" debugfs knob |
63 | * dfs_dump_tnc: "dump TNC" debugfs knob | 63 | * @dfs_dump_tnc: "dump TNC" debugfs knob |
64 | */ | 64 | */ |
65 | struct ubifs_debug_info { | 65 | struct ubifs_debug_info { |
66 | struct ubifs_zbranch old_zroot; | 66 | struct ubifs_zbranch old_zroot; |