* [PATCH] block: fix blk-settings kernel-doc warning
@ 2009-06-19 2:37 Randy Dunlap
2009-06-19 7:18 ` Jens Axboe
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2009-06-19 2:37 UTC (permalink / raw)
To: Linux Kernel Mailing List; +Cc: Jens Axboe
From: Randy Dunlap <randy.dunlap@oracle.com>
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@oracle.com>
---
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/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] block: fix blk-settings kernel-doc warning
2009-06-19 2:37 [PATCH] block: fix blk-settings kernel-doc warning Randy Dunlap
@ 2009-06-19 7:18 ` Jens Axboe
0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2009-06-19 7:18 UTC (permalink / raw)
To: Randy Dunlap; +Cc: Linux Kernel Mailing List
On Thu, Jun 18 2009, Randy Dunlap wrote:
> From: Randy Dunlap <randy.dunlap@oracle.com>
>
> 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'
Thanks Randy, applied.
--
Jens Axboe
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-06-19 7:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-19 2:37 [PATCH] block: fix blk-settings kernel-doc warning Randy Dunlap
2009-06-19 7:18 ` Jens Axboe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox