Skip to content

Commit

Permalink
jbd: fix missing kernel-doc
Browse files Browse the repository at this point in the history
Fix jbd header file kernel-doc notation:

Warning(linux-2.6.28-git13//include/linux/jbd.h:823): No description found for parameter 'j_average_commit_time'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Jan 16, 2009
1 parent 65a67bd commit 3eabdb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/linux/jbd.h
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,8 @@ struct transaction_s
* @j_wbufsize: maximum number of buffer_heads allowed in j_wbuf, the
* number that will fit in j_blocksize
* @j_last_sync_writer: most recent pid which did a synchronous write
* @j_average_commit_time: the average amount of time in nanoseconds it
* takes to commit a transaction to the disk.
* @j_private: An opaque pointer to fs-private information.
*/

Expand Down

0 comments on commit 3eabdb7

Please sign in to comment.