From: Colin Ian King Date: Fri, 8 Aug 2025 10:57:51 +0000 (+0100) Subject: soc: hisilicon: kunpeng_hccs: Fix spelling mistake "decrese" -> "decrease" X-Git-Tag: v6.18-rc1~145^2~19^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=07188450191da0e3cff6f6d0c42de74d6cdb3602;p=thirdparty%2Fkernel%2Flinux.git soc: hisilicon: kunpeng_hccs: Fix spelling mistake "decrese" -> "decrease" 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 Reviewed-by: Huisong Li Signed-off-by: Wei Xu --- diff --git a/drivers/soc/hisilicon/kunpeng_hccs.c b/drivers/soc/hisilicon/kunpeng_hccs.c index 65ff45fdcac7a..006fec47ea10d 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; }