diff options
author | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2010-01-02 05:35:23 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-01-02 19:09:44 +0100 |
commit | 4b6764fa9e25cf628e42bbd192eca1e0b8e59061 (patch) | |
tree | 7f583f864daf939a4dcadd50a6119629110943bc /fs/fs-writeback.c | |
parent | twl4030-irq.c: fix compiler warning due to raw-spinlock conversion (diff) | |
download | linux-4b6764fa9e25cf628e42bbd192eca1e0b8e59061.tar.xz linux-4b6764fa9e25cf628e42bbd192eca1e0b8e59061.zip |
writeback: add missing kernel-doc notation
Fix the following htmldocs warning:
Warning(fs/fs-writeback.c:255): No description found for parameter 'sb'
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Acked-by: Wu Fengguang <fengguang.wu@intel.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Jan Kara <jack@suse.cz>
Cc: Jens Axboe <jens.axboe@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/fs-writeback.c')
-rw-r--r-- | fs/fs-writeback.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/fs-writeback.c b/fs/fs-writeback.c index f6c2155e0026..1a7c42c64ff4 100644 --- a/fs/fs-writeback.c +++ b/fs/fs-writeback.c @@ -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: |