[PATCH 04/16] writeback: add missing kernel-doc notation
Stefan Bader
stefan.bader at canonical.com
Tue Aug 10 09:28:52 UTC 2010
From: Jaswinder Singh Rajput <jaswinderrajput at gmail.com>
BugLink: http://bugs.launchpad.net/bugs/585092
commit 4b6764fa9e25cf628e42bbd192eca1e0b8e59061 upstream
Fix the following htmldocs warning:
Warning(fs/fs-writeback.c:255): No description found for parameter 'sb'
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput at gmail.com>
Signed-off-by: Randy Dunlap <randy.dunlap at oracle.com>
Acked-by: Wu Fengguang <fengguang.wu at intel.com>
Cc: Peter Zijlstra <a.p.zijlstra at chello.nl>
Cc: Jan Kara <jack at suse.cz>
Cc: Jens Axboe <jens.axboe at oracle.com>
Signed-off-by: Linus Torvalds <torvalds at linux-foundation.org>
Signed-off-by: Stefan Bader <stefan.bader at canonical.com>
---
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 4c7699c..478dec1 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:
--
1.7.0.4
More information about the kernel-team
mailing list