Skip to content

Commit 12ffcd7

Browse files
Jason WangJiri Kosina
authored andcommitted
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>
1 parent 92443a9 commit 12ffcd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/hid/hid-lg-g15.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ static int lg_g15_probe(struct hid_device *hdev, const struct hid_device_id *id)
766766

767767
/*
768768
* Some models have multiple interfaces, we want the interface with
769-
* with the f000.0000 application input report.
769+
* the f000.0000 application input report.
770770
*/
771771
rep_enum = &hdev->report_enum[HID_INPUT_REPORT];
772772
list_for_each_entry(rep, &rep_enum->report_list, list) {

0 commit comments

Comments
 (0)