diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2009-06-19 03:18:32 -0400 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2009-06-19 03:18:32 -0400 |
commit | f740f5ca056f0a4eff3abdf272a8a4ba3965d57d (patch) | |
tree | 6340ea4b20227733b380816d0552127de110905c /block | |
parent | 90c699a9ee4be165966d40f1837909ccb8890a68 (diff) |
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>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'block')
-rw-r--r-- | block/blk-settings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-settings.c b/block/blk-settings.c index 81bc0d1fdb53..bd582a7f5310 100644 --- a/block/blk-settings.c +++ b/block/blk-settings.c | |||
@@ -97,7 +97,7 @@ EXPORT_SYMBOL_GPL(blk_queue_lld_busy); | |||
97 | 97 | ||
98 | /** | 98 | /** |
99 | * blk_set_default_limits - reset limits to default values | 99 | * blk_set_default_limits - reset limits to default values |
100 | * @limits: the queue_limits structure to reset | 100 | * @lim: the queue_limits structure to reset |
101 | * | 101 | * |
102 | * Description: | 102 | * Description: |
103 | * Returns a queue_limit struct to its default state. Can be used by | 103 | * Returns a queue_limit struct to its default state. Can be used by |