Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}