diff mbox series

[next] HID: logitech-dj: fix spelling mistake "Unexpect" -> "Unexpected"

Message ID 20190426131631.26692-1-colin.king@canonical.com (mailing list archive)
State Mainlined
Commit 640d4ea83c8aa085407ea93aec65704bf51f4bae
Delegated to: Jiri Kosina
Headers show
Series [next] HID: logitech-dj: fix spelling mistake "Unexpect" -> "Unexpected" | expand

Commit Message

Colin King April 26, 2019, 1:16 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a hid_err error message, fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/hid/hid-logitech-dj.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jiri Kosina April 30, 2019, 1:32 p.m. UTC | #1
On Fri, 26 Apr 2019, Colin King wrote:

> From: Colin Ian King <colin.king@canonical.com>
> 
> There is a spelling mistake in a hid_err error message, fix it.
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

Applied to for-5.2/logitech. Thanks,
diff mbox series

Patch

diff --git a/drivers/hid/hid-logitech-dj.c b/drivers/hid/hid-logitech-dj.c
index 64e68ac871cb..b1e894618eed 100644
--- a/drivers/hid/hid-logitech-dj.c
+++ b/drivers/hid/hid-logitech-dj.c
@@ -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;
 	}