projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ff3541
)
HID: elan: fix spelling mistake "registred" -> "registered"
author
Colin Ian King
<colin.king@canonical.com>
Thu, 27 Sep 2018 14:00:52 +0000
(15:00 +0100)
committer
Jiri Kosina
<jkosina@suse.cz>
Tue, 9 Oct 2018 11:32:06 +0000
(13:32 +0200)
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>
drivers/hid/hid-elan.c
patch
|
blob
|
history
diff --git
a/drivers/hid/hid-elan.c
b/drivers/hid/hid-elan.c
index 07e26c3567eb979666be9c7966b67d6a5dbf56d0..0bfd6d1b44c143fce37aedf6977a529adfabfacf 100644
(file)
--- a/
drivers/hid/hid-elan.c
+++ b/
drivers/hid/hid-elan.c
@@
-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 regist
e
red\n");
ret = -ENAVAIL;
goto err;
}