[PATCH] HID: ishtp-hid-clientHID: ishtp-hid-client: Fix comment typo

Jason Wang posted 1 patch 3 years, 8 months ago
drivers/hid/intel-ish-hid/ishtp-hid.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] HID: ishtp-hid-clientHID: ishtp-hid-client: Fix comment typo
Posted by Jason Wang 3 years, 8 months ago
The double `like' is duplicated in the comment, remove one.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
---
 drivers/hid/intel-ish-hid/ishtp-hid.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/hid/intel-ish-hid/ishtp-hid.h b/drivers/hid/intel-ish-hid/ishtp-hid.h
index 6a5cc11aefd8..35dddc5015b3 100644
--- a/drivers/hid/intel-ish-hid/ishtp-hid.h
+++ b/drivers/hid/intel-ish-hid/ishtp-hid.h
@@ -105,7 +105,7 @@ struct report_list {
  * @multi_packet_cnt:	Count of fragmented packet count
  *
  * This structure is used to store completion flags and per client data like
- * like report description, number of HID devices etc.
+ * report description, number of HID devices etc.
  */
 struct ishtp_cl_data {
 	/* completion flags */
-- 
2.35.1
Re: [PATCH] HID: ishtp-hid-clientHID: ishtp-hid-client: Fix comment typo
Posted by Jiri Kosina 3 years, 7 months ago
On Thu, 4 Aug 2022, Jason Wang wrote:

> The double `like' is duplicated in the comment, remove one.
> 
> Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
> ---
>  drivers/hid/intel-ish-hid/ishtp-hid.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/hid/intel-ish-hid/ishtp-hid.h b/drivers/hid/intel-ish-hid/ishtp-hid.h
> index 6a5cc11aefd8..35dddc5015b3 100644
> --- a/drivers/hid/intel-ish-hid/ishtp-hid.h
> +++ b/drivers/hid/intel-ish-hid/ishtp-hid.h
> @@ -105,7 +105,7 @@ struct report_list {
>   * @multi_packet_cnt:	Count of fragmented packet count
>   *
>   * This structure is used to store completion flags and per client data like
> - * like report description, number of HID devices etc.
> + * report description, number of HID devices etc.
>   */

Applied.

-- 
Jiri Kosina
SUSE Labs