From dd800099c26d9cb16d688c23aa469dc677b0b735 Mon Sep 17 00:00:00 2001 From: Colin Ian King Date: Tue, 10 Mar 2026 07:29:37 +0000 Subject: [PATCH] HID: hid-lenovo-go-s: Fix spelling mistake "configuratiion" -> "configuration" There is a spelling mistake in a dev_err_probe message. Fix it. Signed-off-by: Colin Ian King Reviewed-by: Derek J. Clark Reviewed-by: Mark Pearson Signed-off-by: Derek J. Clark Signed-off-by: Jiri Kosina --- drivers/hid/hid-lenovo-go-s.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/hid/hid-lenovo-go-s.c b/drivers/hid/hid-lenovo-go-s.c index 8ffa25b20f9c..01c7bdd4fbe0 100644 --- a/drivers/hid/hid-lenovo-go-s.c +++ b/drivers/hid/hid-lenovo-go-s.c @@ -1396,7 +1396,7 @@ static int hid_gos_cfg_probe(struct hid_device *hdev, ret = devm_device_add_group(gos_cdev_rgb.led_cdev.dev, &rgb_attr_group); if (ret) { dev_err_probe(&hdev->dev, ret, - "Failed to create RGB configuratiion attributes\n"); + "Failed to create RGB configuration attributes\n"); return ret; }