[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220629054624.21330-1-jiaming@nfschina.com>
Date: Wed, 29 Jun 2022 13:46:24 +0800
From: Zhang Jiaming <jiaming@...china.com>
To: jikos@...nel.org, benjamin.tissoires@...hat.com
Cc: linux-input@...r.kernel.org, linux-kernel@...r.kernel.org,
liqiong@...china.com, renyu@...china.com,
Zhang Jiaming <jiaming@...china.com>
Subject: [PATCH] HID: Fix a spelling mistake
Change 'accross' to 'across'.
Signed-off-by: Zhang Jiaming <jiaming@...china.com>
---
drivers/hid/hid-appleir.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/hid/hid-appleir.c b/drivers/hid/hid-appleir.c
index 8deded185725..d84d69e52c15 100644
--- a/drivers/hid/hid-appleir.c
+++ b/drivers/hid/hid-appleir.c
@@ -117,7 +117,7 @@ struct appleir {
static int get_key(int data)
{
/*
- * The key is coded accross bits 2..9:
+ * The key is coded across bits 2..9:
*
* 0x00 or 0x01 ( ) key: 0 -> KEY_RESERVED
* 0x02 or 0x03 ( menu ) key: 1 -> KEY_MENU
--
2.34.1
Powered by blists - more mailing lists