Skip to content

Commit 6c17777

Browse files
committed
Merge branch 'next/drivers' into for-next
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
2 parents 8f5ae30 + 0718845 commit 6c17777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/soc/hisilicon/kunpeng_hccs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1464,7 +1464,7 @@ static ssize_t dec_lane_of_type_store(struct kobject *kobj, struct kobj_attribut
14641464
goto out;
14651465
if (!all_in_idle) {
14661466
ret = -EBUSY;
1467-
dev_err(hdev->dev, "please don't decrese lanes on high load with %s, ret = %d.\n",
1467+
dev_err(hdev->dev, "please don't decrease lanes on high load with %s, ret = %d.\n",
14681468
hccs_port_type_to_name(hdev, port_type), ret);
14691469
goto out;
14701470
}

0 commit comments

Comments
 (0)