* [PATCH] block: Modify mismatched function name
@ 2024-03-14 2:56 Jiapeng Chong
2024-03-14 5:07 ` Randy Dunlap
2024-03-14 15:40 ` Jens Axboe
0 siblings, 2 replies; 3+ messages in thread
From: Jiapeng Chong @ 2024-03-14 2:56 UTC (permalink / raw)
To: axboe; +Cc: linux-block, linux-kernel, Jiapeng Chong, Abaci Robot
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>
---
block/blk-settings.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/block/blk-settings.c b/block/blk-settings.c
index e160d56e8eda..3c7d8d638ab5 100644
--- a/block/blk-settings.c
+++ b/block/blk-settings.c
@@ -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
*
--
2.20.1.7.g153144c
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] block: Modify mismatched function name
2024-03-14 2:56 [PATCH] block: Modify mismatched function name Jiapeng Chong
@ 2024-03-14 5:07 ` Randy Dunlap
2024-03-14 15:40 ` Jens Axboe
1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2024-03-14 5:07 UTC (permalink / raw)
To: Jiapeng Chong, axboe; +Cc: linux-block, linux-kernel, Abaci Robot
On 3/13/24 19:56, Jiapeng Chong wrote:
> 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>
Thanks.
> ---
> block/blk-settings.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/block/blk-settings.c b/block/blk-settings.c
> index e160d56e8eda..3c7d8d638ab5 100644
> --- a/block/blk-settings.c
> +++ b/block/blk-settings.c
> @@ -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
> *
--
#Randy
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] block: Modify mismatched function name
2024-03-14 2:56 [PATCH] block: Modify mismatched function name Jiapeng Chong
2024-03-14 5:07 ` Randy Dunlap
@ 2024-03-14 15:40 ` Jens Axboe
1 sibling, 0 replies; 3+ messages in thread
From: Jens Axboe @ 2024-03-14 15:40 UTC (permalink / raw)
To: Jiapeng Chong; +Cc: linux-block, linux-kernel, Abaci Robot
On Thu, 14 Mar 2024 10:56:15 +0800, Jiapeng Chong wrote:
> No functional modification involved.
>
> block/blk-settings.c:281: warning: expecting prototype for queue_limits_commit_set(). Prototype was for queue_limits_set() instead.
>
>
Applied, thanks!
[1/1] block: Modify mismatched function name
commit: 4c4ab8ae416350ce817339f239bdaaf351212f15
Best regards,
--
Jens Axboe
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-03-14 15:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-14 2:56 [PATCH] block: Modify mismatched function name Jiapeng Chong
2024-03-14 5:07 ` Randy Dunlap
2024-03-14 15:40 ` Jens Axboe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox