projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c08f38e
)
HID: logitech-dj: fix spelling in printk
author
Colin Ian King
<colin.king@canonical.com>
Fri, 26 Apr 2019 13:16:31 +0000
(14:16 +0100)
committer
Jiri Kosina
<jkosina@suse.cz>
Tue, 30 Apr 2019 13:31:52 +0000
(15:31 +0200)
There is a spelling mistake in a hid_err error message, fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-logitech-dj.c
patch
|
blob
|
history
diff --git
a/drivers/hid/hid-logitech-dj.c
b/drivers/hid/hid-logitech-dj.c
index 64e68ac871cb60e2e6cc5e91204bfb377e07d099..b1e894618eedd2a6c94b462a01546f2b54093805 100644
(file)
--- a/
drivers/hid/hid-logitech-dj.c
+++ b/
drivers/hid/hid-logitech-dj.c
@@
-1064,7
+1064,7
@@
static void logi_dj_recv_forward_input_report(struct hid_device *hdev,
int i;
if (report > REPORT_TYPE_RFREPORT_LAST) {
- hid_err(hdev, "Unexpect input report number %d\n", report);
+ hid_err(hdev, "Unexpect
ed
input report number %d\n", report);
return;
}