[PATCH] block: fix new kernel-doc warning in blk-core

From: Randy Dunlap
Date: Tue Apr 19 2011 - 11:38:17 EST


From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>

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@xxxxxxxxxx>
---
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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/