Skip to content

Commit 4c4ab8a

Browse files
Jiapeng Chongaxboe
authored andcommitted
block: fix mismatched kerneldoc function name
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 <abaci@linux.alibaba.com> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=8539 Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Link: https://lore.kernel.org/r/20240314025615.71269-1-jiapeng.chong@linux.alibaba.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent bf5e3a3 commit 4c4ab8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

block/blk-settings.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ int queue_limits_commit_update(struct request_queue *q,
267267
EXPORT_SYMBOL_GPL(queue_limits_commit_update);
268268

269269
/**
270-
* queue_limits_commit_set - apply queue limits to queue
270+
* queue_limits_set - apply queue limits to queue
271271
* @q: queue to update
272272
* @lim: limits to apply
273273
*

0 commit comments

Comments
 (0)