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>
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;
}