* [PATCH] soc: hisilicon: kunpeng_hccs: Fix spelling mistake "decrese" -> "decrease"
@ 2025-08-08 10:57 Colin Ian King
2025-08-09 1:27 ` lihuisong (C)
0 siblings, 1 reply; 3+ messages in thread
From: Colin Ian King @ 2025-08-08 10:57 UTC (permalink / raw)
To: Huisong Li; +Cc: kernel-janitors, linux-kernel
There is a spelling mistake in a dev_err message. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
drivers/soc/hisilicon/kunpeng_hccs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/soc/hisilicon/kunpeng_hccs.c b/drivers/soc/hisilicon/kunpeng_hccs.c
index 65ff45fdcac7..006fec47ea10 100644
--- a/drivers/soc/hisilicon/kunpeng_hccs.c
+++ b/drivers/soc/hisilicon/kunpeng_hccs.c
@@ -1464,7 +1464,7 @@ static ssize_t dec_lane_of_type_store(struct kobject *kobj, struct kobj_attribut
goto out;
if (!all_in_idle) {
ret = -EBUSY;
- dev_err(hdev->dev, "please don't decrese lanes on high load with %s, ret = %d.\n",
+ dev_err(hdev->dev, "please don't decrease lanes on high load with %s, ret = %d.\n",
hccs_port_type_to_name(hdev, port_type), ret);
goto out;
}
--
2.50.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] soc: hisilicon: kunpeng_hccs: Fix spelling mistake "decrese" -> "decrease"
2025-08-08 10:57 [PATCH] soc: hisilicon: kunpeng_hccs: Fix spelling mistake "decrese" -> "decrease" Colin Ian King
@ 2025-08-09 1:27 ` lihuisong (C)
2025-08-29 7:21 ` Wei Xu
0 siblings, 1 reply; 3+ messages in thread
From: lihuisong (C) @ 2025-08-09 1:27 UTC (permalink / raw)
To: Colin Ian King; +Cc: kernel-janitors, linux-kernel, xuwei (O), lihuisong
+Wei Hisilicon SoC maintainer
在 2025/8/8 18:57, Colin Ian King 写道:
> There is a spelling mistake in a dev_err message. Fix it.
>
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
> ---
Thanks,
Reviewed-by: lihuisong@huawei.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] soc: hisilicon: kunpeng_hccs: Fix spelling mistake "decrese" -> "decrease"
2025-08-09 1:27 ` lihuisong (C)
@ 2025-08-29 7:21 ` Wei Xu
0 siblings, 0 replies; 3+ messages in thread
From: Wei Xu @ 2025-08-29 7:21 UTC (permalink / raw)
To: lihuisong (C), Colin Ian King; +Cc: kernel-janitors, linux-kernel, xuwei5
Hi Colin,
On 2025/8/9 9:27, lihuisong (C) wrote:
> +Wei Hisilicon SoC maintainer
>
> 在 2025/8/8 18:57, Colin Ian King 写道:
>> There is a spelling mistake in a dev_err message. Fix it.
>>
>> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
>> ---
> Thanks,
> Reviewed-by: lihuisong@huawei.com
> .
>
Applied to the Hisilicon driver tree.
Thanks!
Best Regards,
Wei
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-08-29 7:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-08 10:57 [PATCH] soc: hisilicon: kunpeng_hccs: Fix spelling mistake "decrese" -> "decrease" Colin Ian King
2025-08-09 1:27 ` lihuisong (C)
2025-08-29 7:21 ` Wei Xu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).