]> git.baikalelectronics.ru Git - kernel.git/commitdiff
HID: lg-g15: Fix comment typo
authorJason Wang <wangborong@cdjrlc.com>
Fri, 15 Jul 2022 05:43:12 +0000 (13:43 +0800)
committerJiri Kosina <jkosina@suse.cz>
Thu, 21 Jul 2022 11:47:12 +0000 (13:47 +0200)
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>
drivers/hid/hid-lg-g15.c

index b2a08233f8d51318fd271a1969e1281381a52d37..c8f82bcbf1ab1039ec36f58b2c9b6d243f4f8335 100644 (file)
@@ -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) {