diff mbox series

HID: sony: Fix double word in comments

Message ID 20220904154515.25143-1-dengshaomin@cdjrlc.com (mailing list archive)
State Mainlined
Commit 454d243a00f50c2bd5ffb69a5ae16c462929d52f
Delegated to: Jiri Kosina
Headers show
Series HID: sony: Fix double word in comments | expand

Commit Message

Shaomin Deng Sept. 4, 2022, 3:45 p.m. UTC
Remove the repeated word "not" in comments.

Signed-off-by: Shaomin Deng <dengshaomin@cdjrlc.com>
---
 drivers/hid/hid-sony.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Benjamin Tissoires Sept. 20, 2022, 10:32 a.m. UTC | #1
On Sun, Sep 4, 2022 at 5:46 PM Shaomin Deng <dengshaomin@cdjrlc.com> wrote:
>
> Remove the repeated word "not" in comments.
>
> Signed-off-by: Shaomin Deng <dengshaomin@cdjrlc.com>
> ---

Applied, thanks.

Cheers,
Benjamin

>  drivers/hid/hid-sony.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/hid/hid-sony.c b/drivers/hid/hid-sony.c
> index 60ec2b29d54d..03691cdcfb8e 100644
> --- a/drivers/hid/hid-sony.c
> +++ b/drivers/hid/hid-sony.c
> @@ -368,7 +368,7 @@ static const unsigned int buzz_keymap[] = {
>  };
>
>  /* The Navigation controller is a partial DS3 and uses the same HID report
> - * and hence the same keymap indices, however not not all axes/buttons
> + * and hence the same keymap indices, however not all axes/buttons
>   * are physically present. We use the same axis and button mapping as
>   * the DS3, which uses the Linux gamepad spec.
>   */
> --
> 2.35.1
>
diff mbox series

Patch

diff --git a/drivers/hid/hid-sony.c b/drivers/hid/hid-sony.c
index 60ec2b29d54d..03691cdcfb8e 100644
--- a/drivers/hid/hid-sony.c
+++ b/drivers/hid/hid-sony.c
@@ -368,7 +368,7 @@  static const unsigned int buzz_keymap[] = {
 };
 
 /* The Navigation controller is a partial DS3 and uses the same HID report
- * and hence the same keymap indices, however not not all axes/buttons
+ * and hence the same keymap indices, however not all axes/buttons
  * are physically present. We use the same axis and button mapping as
  * the DS3, which uses the Linux gamepad spec.
  */