aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/keyboard/tc3589x-keypad.c
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2022-08-11 16:11:59 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2022-08-11 16:14:30 -0700
commit6a33af349b1b977e8e2298ed131a46316bcb3e62 (patch)
tree265dbf203800cee3c6c62b76c3ccabdf507433e4 /drivers/input/keyboard/tc3589x-keypad.c
parentInput: bma150 - fix a typo in some comments (diff)
downloadlinux-dev-6a33af349b1b977e8e2298ed131a46316bcb3e62.tar.xz
linux-dev-6a33af349b1b977e8e2298ed131a46316bcb3e62.zip
Input: tc3589x-keypad - use correct struct names in comment
The incorrect structure name is being used in the comment for struct tc3589x_keypad_platform_data. Correct it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Link: https://lore.kernel.org/r/20220805174717.2374416-1-colin.i.king@gmail.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/keyboard/tc3589x-keypad.c')
-rw-r--r--drivers/input/keyboard/tc3589x-keypad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/keyboard/tc3589x-keypad.c b/drivers/input/keyboard/tc3589x-keypad.c
index 89b9575dc75d..78e55318ccd6 100644
--- a/drivers/input/keyboard/tc3589x-keypad.c
+++ b/drivers/input/keyboard/tc3589x-keypad.c
@@ -70,7 +70,7 @@
#define TC3589x_KBD_INT_CLR 0x1
/**
- * struct tc35893_keypad_platform_data - platform specific keypad data
+ * struct tc3589x_keypad_platform_data - platform specific keypad data
* @keymap_data: matrix scan code table for keycodes
* @krow: mask for available rows, value is 0xFF
* @kcol: mask for available columns, value is 0xFF