linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] HID: logitech-dj: fix spelling mistake "Unexpect" -> "Unexpected"
@ 2019-04-26 13:16 Colin King
  2019-04-30 13:32 ` Jiri Kosina
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2019-04-26 13:16 UTC (permalink / raw)
  To: Jiri Kosina, Benjamin Tissoires, linux-input
  Cc: kernel-janitors, linux-kernel

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(-)

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH][next] HID: logitech-dj: fix spelling mistake "Unexpect" -> "Unexpected"
  2019-04-26 13:16 [PATCH][next] HID: logitech-dj: fix spelling mistake "Unexpect" -> "Unexpected" Colin King
@ 2019-04-30 13:32 ` Jiri Kosina
  0 siblings, 0 replies; 2+ messages in thread
From: Jiri Kosina @ 2019-04-30 13:32 UTC (permalink / raw)
  To: Colin King; +Cc: Benjamin Tissoires, linux-input, kernel-janitors, linux-kernel

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,

-- 
Jiri Kosina
SUSE Labs

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-04-30 13:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-26 13:16 [PATCH][next] HID: logitech-dj: fix spelling mistake "Unexpect" -> "Unexpected" Colin King
2019-04-30 13:32 ` Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).