Commit 640d4ea8 authored by Colin Ian King's avatar Colin Ian King Committed by Jiri Kosina

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
......@@ -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, "Unexpected input report number %d\n", report);
return;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment