From: Jason Wang Date: Fri, 15 Jul 2022 05:43:12 +0000 (+0800) Subject: HID: lg-g15: Fix comment typo X-Git-Tag: v6.0-rc1~123^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12ffcd757860ed541f0dbb86bbd0ddac642e2e43;p=thirdparty%2Flinux.git HID: lg-g15: Fix comment typo The double `with' is duplicated in line 769, remove one. Signed-off-by: Jason Wang Reviewed-by: Hans de Goede Signed-off-by: Jiri Kosina --- diff --git a/drivers/hid/hid-lg-g15.c b/drivers/hid/hid-lg-g15.c index b2a08233f8d51..c8f82bcbf1ab1 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) {