mirror of
https://github.com/S3NEO/android_kernel_samsung_msm8226.git
synced 2024-11-07 03:47:13 +00:00
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>
This commit is contained in:
parent
bbf2b37a98
commit
bdc1a1b610
1 changed files with 5 additions and 5 deletions
|
@ -56,11 +56,11 @@ typedef int (*dbg_znode_callback)(struct ubifs_info *c,
|
|||
* @saved_free: saved amount of free space
|
||||
* @saved_idx_gc_cnt: saved value of @c->idx_gc_cnt
|
||||
*
|
||||
* dfs_dir_name: name of debugfs directory containing this file-system's files
|
||||
* dfs_dir: direntry object of the file-system debugfs directory
|
||||
* dfs_dump_lprops: "dump lprops" debugfs knob
|
||||
* dfs_dump_budg: "dump budgeting information" debugfs knob
|
||||
* dfs_dump_tnc: "dump TNC" debugfs knob
|
||||
* @dfs_dir_name: name of debugfs directory containing this file-system's files
|
||||
* @dfs_dir: direntry object of the file-system debugfs directory
|
||||
* @dfs_dump_lprops: "dump lprops" debugfs knob
|
||||
* @dfs_dump_budg: "dump budgeting information" debugfs knob
|
||||
* @dfs_dump_tnc: "dump TNC" debugfs knob
|
||||
*/
|
||||
struct ubifs_debug_info {
|
||||
struct ubifs_zbranch old_zroot;
|
||||
|
|
Loading…
Reference in a new issue