aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hid-lg-g15.c
diff options
context:
space:
mode:
authorJason Wang <wangborong@cdjrlc.com>2022-07-15 13:43:12 +0800
committerJiri Kosina <jkosina@suse.cz>2022-07-21 13:47:12 +0200
commit12ffcd757860ed541f0dbb86bbd0ddac642e2e43 (patch)
tree295e3c8024e51cce78cf245dccd2ce812d28f765 /drivers/hid/hid-lg-g15.c
parentID: intel-ish-hid: hid-client: drop unexpected word "the" in the comments (diff)
downloadlinux-dev-12ffcd757860ed541f0dbb86bbd0ddac642e2e43.tar.xz
linux-dev-12ffcd757860ed541f0dbb86bbd0ddac642e2e43.zip
HID: lg-g15: Fix comment typo
The double `with' is duplicated in line 769, remove one. Signed-off-by: Jason Wang <wangborong@cdjrlc.com> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-lg-g15.c')
-rw-r--r--drivers/hid/hid-lg-g15.c2
1 files changed, 1 insertions, 1 deletions
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) {