diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2007-10-15 20:30:19 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-15 20:56:36 -0400 |
commit | e6716b87d5c9edf19c711212785cd30c6ec21868 (patch) | |
tree | 0059d64ffe0828252b3639ead94a47122eb9f135 /include/linux/jbd.h | |
parent | fd39c86b3d8910fbafe41207135c1d72bc895614 (diff) |
docbook: fix filesystems content
Fix filesystems docbook warnings.
Warning(linux-2.6.23-git8//fs/debugfs/file.c:241): No description found for parameter 'name'
Warning(linux-2.6.23-git8//fs/debugfs/file.c:241): No description found for parameter 'mode'
Warning(linux-2.6.23-git8//fs/debugfs/file.c:241): No description found for parameter 'parent'
Warning(linux-2.6.23-git8//fs/debugfs/file.c:241): No description found for parameter 'value'
Warning(linux-2.6.23-git8//include/linux/jbd.h:404): No description found for parameter 'h_lockdep_map'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/jbd.h')
-rw-r--r-- | include/linux/jbd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/jbd.h b/include/linux/jbd.h index 700a93b79189..72f522372924 100644 --- a/include/linux/jbd.h +++ b/include/linux/jbd.h | |||
@@ -372,6 +372,7 @@ struct jbd_revoke_table_s; | |||
372 | * @h_sync: flag for sync-on-close | 372 | * @h_sync: flag for sync-on-close |
373 | * @h_jdata: flag to force data journaling | 373 | * @h_jdata: flag to force data journaling |
374 | * @h_aborted: flag indicating fatal error on handle | 374 | * @h_aborted: flag indicating fatal error on handle |
375 | * @h_lockdep_map: lockdep info for debugging lock problems | ||
375 | **/ | 376 | **/ |
376 | 377 | ||
377 | /* Docbook can't yet cope with the bit fields, but will leave the documentation | 378 | /* Docbook can't yet cope with the bit fields, but will leave the documentation |