HID: logitech-dj: fix spelling in printk
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>
This commit is contained in:
parent
c08f38e9fd
commit
640d4ea83c
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue