public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] block: fix new kernel-doc warning in blk-core
@ 2011-04-19 15:38 Randy Dunlap
  2011-04-19 17:38 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2011-04-19 15:38 UTC (permalink / raw)
  To: lkml; +Cc: axboe

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

Fix new blk-core.c kernel-doc warning:

Warning(block/blk-core.c:302): Excess function parameter 'force_kblockd' description in '__blk_run_queue'

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
---
 block/blk-core.c |    1 -
 1 file changed, 1 deletion(-)

--- lnx-2639-rc4.orig/block/blk-core.c
+++ lnx-2639-rc4/block/blk-core.c
@@ -292,7 +292,6 @@ EXPORT_SYMBOL(blk_sync_queue);
 /**
  * __blk_run_queue - run a single device queue
  * @q:	The queue to run
- * @force_kblockd: Don't run @q->request_fn directly.  Use kblockd.
  *
  * Description:
  *    See @blk_run_queue. This variant must be called with the queue lock

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

end of thread, other threads:[~2011-04-19 17:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-19 15:38 [PATCH] block: fix new kernel-doc warning in blk-core Randy Dunlap
2011-04-19 17:38 ` Jens Axboe

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