[PATCH] block: fix blk-settings kernel-doc warning

From: Randy Dunlap
Date: Thu Jun 18 2009 - 22:41:30 EST


From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>

Fix kernel-doc parameter name typo in blk-settings.c:

Warning(block/blk-settings.c:108): No description found for parameter 'lim'
Warning(block/blk-settings.c:108): Excess function parameter 'limits' description in 'blk_set_default_limits'

Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
---
block/blk-settings.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-2.6.30-git14.orig/block/blk-settings.c
+++ linux-2.6.30-git14/block/blk-settings.c
@@ -97,7 +97,7 @@ EXPORT_SYMBOL_GPL(blk_queue_lld_busy);

/**
* blk_set_default_limits - reset limits to default values
- * @limits: the queue_limits structure to reset
+ * @lim: the queue_limits structure to reset
*
* Description:
* Returns a queue_limit struct to its default state. Can be used by


--
~Randy
LPC 2009, Sept. 23-25, Portland, Oregon
http://linuxplumbersconf.org/2009/
--
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/