diff options
| author | Colin Ian King <colin.i.king@gmail.com> | 2025-08-08 11:57:51 +0100 |
|---|---|---|
| committer | Wei Xu <xuwei5@hisilicon.com> | 2025-08-28 11:23:08 +0000 |
| commit | 07188450191da0e3cff6f6d0c42de74d6cdb3602 (patch) | |
| tree | d87f129945ebb13b0bc7b3c65cf70f9525d221a6 | |
| parent | 8f5ae30d69d7543eee0d70083daf4de8fe15d585 (diff) | |
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 <colin.i.king@gmail.com>
Reviewed-by: Huisong Li <lihuisong@huawei.com>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
| -rw-r--r-- | drivers/soc/hisilicon/kunpeng_hccs.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
