aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShaomin Deng <dengshaomin@cdjrlc.com>2022-09-04 11:45:15 -0400
committerBenjamin Tissoires <benjamin.tissoires@redhat.com>2022-09-20 11:27:29 +0100
commit454d243a00f50c2bd5ffb69a5ae16c462929d52f (patch)
treeaa80132c45b32c044840317303ca00e7221940d8
parentHID: playstation: convert to use dev_groups (diff)
downloadlinux-dev-454d243a00f50c2bd5ffb69a5ae16c462929d52f.tar.xz
linux-dev-454d243a00f50c2bd5ffb69a5ae16c462929d52f.zip
HID: sony: Fix double word in comments
Remove the repeated word "not" in comments. Signed-off-by: Shaomin Deng <dengshaomin@cdjrlc.com> Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com> Link: https://lore.kernel.org/r/20220904154515.25143-1-dengshaomin@cdjrlc.com
-rw-r--r--drivers/hid/hid-sony.c2
1 files changed, 1 insertions, 1 deletions
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.
*/