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:
Colin Ian King 2019-04-26 14:16:31 +01:00 committed by Jiri Kosina
parent c08f38e9fd
commit 640d4ea83c
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}