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>
This commit is contained in:
parent
62ac247355
commit
92443a9ff1
|
@ -328,7 +328,7 @@ do_get_report:
|
|||
|
||||
/**
|
||||
* ish_cl_event_cb() - bus driver callback for incoming message/packet
|
||||
* @device: Pointer to the the ishtp client device for which this message
|
||||
* @device: Pointer to the ishtp client device for which this message
|
||||
* is targeted
|
||||
*
|
||||
* Remove the packet from the list and process the message by calling
|
||||
|
|
Loading…
Reference in New Issue