[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20110419083806.708d94be.randy.dunlap@oracle.com>
Date: Tue, 19 Apr 2011 08:38:06 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: lkml <linux-kernel@...r.kernel.org>
Cc: axboe@...nel.dk
Subject: [PATCH] block: fix new kernel-doc warning in blk-core
From: Randy Dunlap <randy.dunlap@...cle.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@...cle.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists