mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 19:43:40 +02:00
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 <colin.i.king@gmail.com> Reviewed-by: Derek J. Clark <derekjohn.clark@gmail.com> Reviewed-by: Mark Pearson <mpearson-lenovo@squebb.ca> Signed-off-by: Derek J. Clark <derekjohn.clark@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.com>
This commit is contained in:
parent
54549af86f
commit
dd800099c2
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user