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:
Colin Ian King 2018-09-27 15:00:52 +01:00 committed by Jiri Kosina
parent 9ff3541e3d
commit 14f39921c9
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}