Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'hisi-drivers-for-6.18' of https://github.com/hisilicon/linux-hisi into soc/drivers

HiSilicon driver updates for v6.18

- Fix a spelling mistake in the HCCS driver

* tag 'hisi-drivers-for-6.18' of https://github.com/hisilicon/linux-hisi:
soc: hisilicon: kunpeng_hccs: Fix spelling mistake "decrese" -> "decrease"

Link: https://lore.kernel.org/r/68C376C4.2030808@hisilicon.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

+1 -1
+1 -1
drivers/soc/hisilicon/kunpeng_hccs.c
··· 1464 1464 goto out; 1465 1465 if (!all_in_idle) { 1466 1466 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", 1468 1468 hccs_port_type_to_name(hdev, port_type), ret); 1469 1469 goto out; 1470 1470 }