Skip to content

Commit

Permalink
Fix kernel-doc parameter name typo in blk-settings.c:
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
  • Loading branch information
Randy Dunlap authored and Jens Axboe committed Jun 19, 2009
1 parent 90c699a commit f740f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block/blk-settings.c
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f740f5c

Please sign in to comment.