public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fs-writeback: fix kernel-doc warnings
@ 2010-06-30 22:27 Randy Dunlap
  2010-07-01  6:27 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2010-06-30 22:27 UTC (permalink / raw)
  To: lkml; +Cc: Christoph Hellwig, Jens Axboe

From: Randy Dunlap <randy.dunlap@oracle.com>

Fix kernel-doc to match the function's changed args.

Warning(fs/fs-writeback.c:190): No description found for parameter 'args'
Warning(fs/fs-writeback.c:190): Excess function parameter 'sb' description in 'bdi_queue_work_onstack'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Jens Axboe <jaxboe@fusionio.com>
---
 fs/fs-writeback.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.35-rc3-git4.orig/fs/fs-writeback.c
+++ linux-2.6.35-rc3-git4/fs/fs-writeback.c
@@ -179,7 +179,7 @@ static void bdi_alloc_queue_work(struct 
 
 /**
  * bdi_queue_work_onstack - start and wait for writeback
- * @sb: write inodes from this super_block
+ * @args: parameters to control the work queue writeback
  *
  * Description:
  *   This function initiates writeback and waits for the operation to

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] fs-writeback: fix kernel-doc warnings
  2010-06-30 22:27 [PATCH] fs-writeback: fix kernel-doc warnings Randy Dunlap
@ 2010-07-01  6:27 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2010-07-01  6:27 UTC (permalink / raw)
  To: Randy Dunlap; +Cc: lkml, Christoph Hellwig

On 2010-07-01 00:27, Randy Dunlap wrote:
> Fix kernel-doc to match the function's changed args.
> 
> Warning(fs/fs-writeback.c:190): No description found for parameter 'args'
> Warning(fs/fs-writeback.c:190): Excess function parameter 'sb' description in 'bdi_queue_work_onstack'
> 
> Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
> Cc: Christoph Hellwig <hch@lst.de>
> Cc: Jens Axboe <jaxboe@fusionio.com>

Applied.

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-07-01  6:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-30 22:27 [PATCH] fs-writeback: fix kernel-doc warnings Randy Dunlap
2010-07-01  6:27 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox