Skip to content

Commit 02f3af4

Browse files
committed
ID: intel-ish-hid: hid-client: drop unexpected word "the" in the comments
``` Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2131760 Upstream status: v6.0-rc7 commit 92443a9 Author: Jiang Jian <jiangjian@cdjrlc.com> Date: Tue Jun 21 20:27:51 2022 +0800 ID: intel-ish-hid: hid-client: drop unexpected word "the" in the comments there is an unexpected word "the" in the comments that need to be dropped file: drivers/hid/intel-ish-hid/ishtp-hid-client.c line: 331 * @device: Pointer to the the ishtp client device for which this message changed to * @device: Pointer to the ishtp client device for which this message Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com> Acked-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz> Signed-off-by: Tony Camuso <tcamuso@redhat.com>
1 parent 3422cc8 commit 02f3af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/hid/intel-ish-hid/ishtp-hid-client.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ static void process_recv(struct ishtp_cl *hid_ishtp_cl, void *recv_buf,
328328

329329
/**
330330
* ish_cl_event_cb() - bus driver callback for incoming message/packet
331-
* @device: Pointer to the the ishtp client device for which this message
331+
* @device: Pointer to the ishtp client device for which this message
332332
* is targeted
333333
*
334334
* Remove the packet from the list and process the message by calling

0 commit comments

Comments
 (0)