forked from luck/tmp_suning_uos_patched
HID: elan: fix spelling mistake "registred" -> "registered"
Trivial fix to spelling mistake in hid_err error message Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
9ff3541e3d
commit
14f39921c9
|
@ -497,7 +497,7 @@ static int elan_probe(struct hid_device *hdev, const struct hid_device_id *id)
|
|||
return 0;
|
||||
|
||||
if (!drvdata->input) {
|
||||
hid_err(hdev, "Input device is not registred\n");
|
||||
hid_err(hdev, "Input device is not registered\n");
|
||||
ret = -ENAVAIL;
|
||||
goto err;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user