Skip to content
Snippets Groups Projects
Commit 640d4ea8 authored by Colin Ian King's avatar Colin Ian King Committed by Jiri Kosina
Browse files

HID: logitech-dj: fix spelling in printk


There is a spelling mistake in a hid_err error message, fix it.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent c08f38e9
Branches
Tags
No related merge requests found
...@@ -1064,7 +1064,7 @@ static void logi_dj_recv_forward_input_report(struct hid_device *hdev, ...@@ -1064,7 +1064,7 @@ static void logi_dj_recv_forward_input_report(struct hid_device *hdev,
int i; int i;
if (report > REPORT_TYPE_RFREPORT_LAST) { if (report > REPORT_TYPE_RFREPORT_LAST) {
hid_err(hdev, "Unexpect input report number %d\n", report); hid_err(hdev, "Unexpected input report number %d\n", report);
return; return;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment