Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[PATCH] writeback: Fix missing kernel-doc notation

2 views
Skip to first unread message

Jaswinder Singh Rajput

unread,
Nov 22, 2009, 3:20:02 AM11/22/09
to

Fix the following htmldocs warning:

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

Signed-off-by: Jaswinder Singh Rajput <jaswind...@gmail.com>
Cc: Wu Fengguang <fenggu...@intel.com>
Cc: Peter Zijlstra <a.p.zi...@chello.nl>
Cc: Jan Kara <ja...@suse.cz>
Cc: Jens Axboe <jens....@oracle.com>
Cc: Randy Dunlap <randy....@oracle.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 9d5360c..b15c97f 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.6.5.3


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majo...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

Wu Fengguang

unread,
Nov 22, 2009, 7:40:02 AM11/22/09
to

Acked-by: Wu Fengguang <fenggu...@intel.com>

Thanks!

Randy Dunlap

unread,
Dec 11, 2009, 3:40:01 PM12/11/09
to
On Sun, 22 Nov 2009 20:33:47 +0800 Wu Fengguang wrote:

>
> Acked-by: Wu Fengguang <fenggu...@intel.com>
>
> Thanks!

applied, thanks.


---
~Randy

0 new messages