[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220715054312.9320-1-wangborong@cdjrlc.com>
Date: Fri, 15 Jul 2022 13:43:12 +0800
From: Jason Wang <wangborong@...rlc.com>
To: jikos@...nel.org
Cc: hdegoede@...hat.com, benjamin.tissoires@...hat.com,
linux-input@...r.kernel.org, linux-kernel@...r.kernel.org,
Jason Wang <wangborong@...rlc.com>
Subject: [PATCH] HID: lg-g15: Fix comment typo
The double `with' is duplicated in line 769, remove one.
Signed-off-by: Jason Wang <wangborong@...rlc.com>
---
drivers/hid/hid-lg-g15.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/hid/hid-lg-g15.c b/drivers/hid/hid-lg-g15.c
index b2a08233f8d5..c8f82bcbf1ab 100644
--- a/drivers/hid/hid-lg-g15.c
+++ b/drivers/hid/hid-lg-g15.c
@@ -766,7 +766,7 @@ static int lg_g15_probe(struct hid_device *hdev, const struct hid_device_id *id)
/*
* Some models have multiple interfaces, we want the interface with
- * with the f000.0000 application input report.
+ * the f000.0000 application input report.
*/
rep_enum = &hdev->report_enum[HID_INPUT_REPORT];
list_for_each_entry(rep, &rep_enum->report_list, list) {
--
2.35.1
Powered by blists - more mailing lists