]> Git Repo - J-linux.git/commitdiff
block: fix mismatched kerneldoc function name
authorJiapeng Chong <[email protected]>
Thu, 14 Mar 2024 02:56:15 +0000 (10:56 +0800)
committerJens Axboe <[email protected]>
Thu, 14 Mar 2024 15:40:47 +0000 (09:40 -0600)
No functional modification involved.

block/blk-settings.c:281: warning: expecting prototype for queue_limits_commit_set(). Prototype was for queue_limits_set() instead.

Reported-by: Abaci Robot <[email protected]>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=8539
Signed-off-by: Jiapeng Chong <[email protected]>
Reviewed-by: Randy Dunlap <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
block/blk-settings.c

index e160d56e8edaa19f2e9e72dacc2552fcc652244a..3c7d8d638ab59dc9704aa01217c9b940b5941e4b 100644 (file)
@@ -267,7 +267,7 @@ int queue_limits_commit_update(struct request_queue *q,
 EXPORT_SYMBOL_GPL(queue_limits_commit_update);
 
 /**
- * queue_limits_commit_set - apply queue limits to queue
+ * queue_limits_set - apply queue limits to queue
  * @q:         queue to update
  * @lim:       limits to apply
  *
This page took 0.051354 seconds and 4 git commands to generate.