2010-01-02 04:37:09

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH 1/4] writeback: add missing kernel-doc notation

From: Jaswinder Singh Rajput <[email protected]>
Subject: 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 <[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]>
---
fs/fs-writeback.c | 1 +
1 file changed, 1 insertion(+)

--- linux-2.6.33-rc2-git4.orig/fs/fs-writeback.c
+++ linux-2.6.33-rc2-git4/fs/fs-writeback.c
@@ -242,6 +242,7 @@ static void bdi_sync_writeback(struct ba
/**
* 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:


2010-01-11 13:37:16

by Jens Axboe

[permalink] [raw]
Subject: Re: [PATCH 1/4] writeback: add missing kernel-doc notation

On Fri, Jan 01 2010, Randy Dunlap wrote:
> From: Jaswinder Singh Rajput <[email protected]>
> Subject: writeback: add missing kernel-doc notation
>
> Fix the following htmldocs warning:
>
> Warning(fs/fs-writeback.c:255): No description found for parameter 'sb'

Thanks, applied.

--
Jens Axboe

2010-01-11 13:37:55

by Jens Axboe

[permalink] [raw]
Subject: Re: [PATCH 1/4] writeback: add missing kernel-doc notation

On Mon, Jan 11 2010, Jens Axboe wrote:
> On Fri, Jan 01 2010, Randy Dunlap wrote:
> > From: Jaswinder Singh Rajput <[email protected]>
> > Subject: writeback: add missing kernel-doc notation
> >
> > Fix the following htmldocs warning:
> >
> > Warning(fs/fs-writeback.c:255): No description found for parameter 'sb'
>
> Thanks, applied.

and found out it was already included, my for-linus hasn't caught up
yet. So ignore this noise.

--
Jens Axboe