Skip to content

Commit 4b6764f

Browse files
jaswinderrajputtorvalds
authored andcommitted
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>
1 parent cd6e125 commit 4b6764f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fs/fs-writeback.c

+1
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ static void bdi_sync_writeback(struct backing_dev_info *bdi,
242242
/**
243243
* bdi_start_writeback - start writeback
244244
* @bdi: the backing device to write from
245+
* @sb: write inodes from this super_block
245246
* @nr_pages: the number of pages to write
246247
*
247248
* Description:

0 commit comments

Comments
 (0)