Skip to content

Commit 640d4ea

Browse files
Colin Ian KingJiri Kosina
authored andcommitted
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 <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent c08f38e commit 640d4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/hid/hid-logitech-dj.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1064,7 +1064,7 @@ static void logi_dj_recv_forward_input_report(struct hid_device *hdev,
10641064
int i;
10651065

10661066
if (report > REPORT_TYPE_RFREPORT_LAST) {
1067-
hid_err(hdev, "Unexpect input report number %d\n", report);
1067+
hid_err(hdev, "Unexpected input report number %d\n", report);
10681068
return;
10691069
}
10701070

0 commit comments

Comments
 (0)