]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
soc: hisilicon: kunpeng_hccs: Fix spelling mistake "decrese" -> "decrease"
authorColin Ian King <colin.i.king@gmail.com>
Fri, 8 Aug 2025 10:57:51 +0000 (11:57 +0100)
committerWei Xu <xuwei5@hisilicon.com>
Thu, 28 Aug 2025 11:23:08 +0000 (11:23 +0000)
There is a spelling mistake in a dev_err message. Fix it.

Fixes: e3c289c0916e ("soc: hisilicon: kunpeng_hccs: Support low power feature for the specified HCCS type")
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Huisong Li <lihuisong@huawei.com>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
drivers/soc/hisilicon/kunpeng_hccs.c

index 65ff45fdcac7aa4fef5b11fc80ba8f3094a425af..006fec47ea10d578ff902cc873d7f610ac1e1070 100644 (file)
@@ -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;
        }