From 45398e5721c589958f7554376e055122c361b5a3 Mon Sep 17 00:00:00 2001 From: Dario Pagani Date: Sun, 31 Jan 2021 09:33:23 +0100 Subject: Typos --- hid-tminit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hid-tminit.c') diff --git a/hid-tminit.c b/hid-tminit.c index bffd4a5..71cc0ab 100644 --- a/hid-tminit.c +++ b/hid-tminit.c @@ -97,7 +97,7 @@ static void tminit_model_handler(struct urb *urb) else if (tm_wheel->response->type == cpu_to_le16(0x47)) model = le16_to_cpu(tm_wheel->response->data.b.model); else { - hid_err(hdev, "Unknow packet type 0x%x, unable to proceed further with wheel init\n", tm_wheel->response->type); + hid_err(hdev, "Unknown packet type 0x%x, unable to proceed further with wheel init\n", tm_wheel->response->type); return; } -- cgit v1.3