[PATCH] Input: tc3589x-keypad: Use correct struct names in comment

Colin Ian King posted 1 patch 1 year, 7 months ago
drivers/input/keyboard/tc3589x-keypad.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] Input: tc3589x-keypad: Use correct struct names in comment
Posted by Colin Ian King 1 year, 7 months ago
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>
---
 drivers/input/keyboard/tc3589x-keypad.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.35.3
Re: [PATCH] Input: tc3589x-keypad: Use correct struct names in comment
Posted by Dmitry Torokhov 1 year, 7 months ago
On Fri, Aug 05, 2022 at 06:47:17PM +0100, Colin Ian King wrote:
> 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>

Applied, thank you.

-- 
Dmitry