public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ID: intel-ish-hid: hid-client: drop unexpected word "the" in the comments
@ 2022-06-21 12:27 Jiang Jian
  2022-06-21 14:42 ` srinivas pandruvada
  2022-07-21  9:56 ` Jiri Kosina
  0 siblings, 2 replies; 3+ messages in thread
From: Jiang Jian @ 2022-06-21 12:27 UTC (permalink / raw)
  To: srinivas.pandruvada, jikos, benjamin.tissoires
  Cc: linux-input, linux-kernel, Jiang Jian

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>
---
 drivers/hid/intel-ish-hid/ishtp-hid-client.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/hid/intel-ish-hid/ishtp-hid-client.c b/drivers/hid/intel-ish-hid/ishtp-hid-client.c
index 4338c9b68a43..e3d70c5460e9 100644
--- a/drivers/hid/intel-ish-hid/ishtp-hid-client.c
+++ b/drivers/hid/intel-ish-hid/ishtp-hid-client.c
@@ -328,7 +328,7 @@ static void process_recv(struct ishtp_cl *hid_ishtp_cl, void *recv_buf,
 
 /**
  * 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
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ID: intel-ish-hid: hid-client: drop unexpected word "the" in the comments
  2022-06-21 12:27 [PATCH] ID: intel-ish-hid: hid-client: drop unexpected word "the" in the comments Jiang Jian
@ 2022-06-21 14:42 ` srinivas pandruvada
  2022-07-21  9:56 ` Jiri Kosina
  1 sibling, 0 replies; 3+ messages in thread
From: srinivas pandruvada @ 2022-06-21 14:42 UTC (permalink / raw)
  To: Jiang Jian, jikos, benjamin.tissoires; +Cc: linux-input, linux-kernel

On Tue, 2022-06-21 at 20:27 +0800, Jiang Jian wrote:
> 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>

> ---
>  drivers/hid/intel-ish-hid/ishtp-hid-client.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/hid/intel-ish-hid/ishtp-hid-client.c
> b/drivers/hid/intel-ish-hid/ishtp-hid-client.c
> index 4338c9b68a43..e3d70c5460e9 100644
> --- a/drivers/hid/intel-ish-hid/ishtp-hid-client.c
> +++ b/drivers/hid/intel-ish-hid/ishtp-hid-client.c
> @@ -328,7 +328,7 @@ static void process_recv(struct ishtp_cl
> *hid_ishtp_cl, void *recv_buf,
>  
>  /**
>   * 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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ID: intel-ish-hid: hid-client: drop unexpected word "the" in the comments
  2022-06-21 12:27 [PATCH] ID: intel-ish-hid: hid-client: drop unexpected word "the" in the comments Jiang Jian
  2022-06-21 14:42 ` srinivas pandruvada
@ 2022-07-21  9:56 ` Jiri Kosina
  1 sibling, 0 replies; 3+ messages in thread
From: Jiri Kosina @ 2022-07-21  9:56 UTC (permalink / raw)
  To: Jiang Jian
  Cc: srinivas.pandruvada, benjamin.tissoires, linux-input,
	linux-kernel

On Tue, 21 Jun 2022, Jiang Jian wrote:

> 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>
> ---
>  drivers/hid/intel-ish-hid/ishtp-hid-client.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/hid/intel-ish-hid/ishtp-hid-client.c b/drivers/hid/intel-ish-hid/ishtp-hid-client.c
> index 4338c9b68a43..e3d70c5460e9 100644
> --- a/drivers/hid/intel-ish-hid/ishtp-hid-client.c
> +++ b/drivers/hid/intel-ish-hid/ishtp-hid-client.c
> @@ -328,7 +328,7 @@ static void process_recv(struct ishtp_cl *hid_ishtp_cl, void *recv_buf,
>  
>  /**
>   * 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
>   *

Applied, thank you.

-- 
Jiri Kosina
SUSE Labs


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-07-21  9:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-21 12:27 [PATCH] ID: intel-ish-hid: hid-client: drop unexpected word "the" in the comments Jiang Jian
2022-06-21 14:42 ` srinivas pandruvada
2022-07-21  9:56 ` Jiri Kosina

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox