writeback: add missing kernel-doc notation
authorJaswinder Singh Rajput <[email protected]>
Sat, 2 Jan 2010 04:35:23 +0000 (20:35 -0800)
committerLinus Torvalds <[email protected]>
Sat, 2 Jan 2010 18:09:44 +0000 (10:09 -0800)
Fix the following htmldocs warning:

  Warning(fs/fs-writeback.c:255): No description found for parameter 'sb'

Signed-off-by: Jaswinder Singh Rajput <[email protected]>
Signed-off-by: Randy Dunlap <[email protected]>
Acked-by: Wu Fengguang <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Jan Kara <[email protected]>
Cc: Jens Axboe <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/fs-writeback.c

index f6c2155e00267724c94513af7972b2322bad9741..1a7c42c64ff47ee7e55c378d0e067892d789e2d7 100644 (file)
@@ -242,6 +242,7 @@ static void bdi_sync_writeback(struct backing_dev_info *bdi,
 /**
  * bdi_start_writeback - start writeback
  * @bdi: the backing device to write from
+ * @sb: write inodes from this super_block
  * @nr_pages: the number of pages to write
  *
  * Description: