All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][V2] Input: applespi: Use correct struct names in comment
@ 2022-08-05 17:47 Colin Ian King
  2022-08-11 23:12 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Colin Ian King @ 2022-08-05 17:47 UTC (permalink / raw)
  To: Dmitry Torokhov, linux-input; +Cc: kernel-janitors, linux-kernel

The incorrect structure name is being used in the comment for struct
touchpad_info_protocol. Correct it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
[V2]: Fix commit message
---
 drivers/input/keyboard/applespi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/input/keyboard/applespi.c b/drivers/input/keyboard/applespi.c
index cbc6c0d4670a..fab5473ae5da 100644
--- a/drivers/input/keyboard/applespi.c
+++ b/drivers/input/keyboard/applespi.c
@@ -202,7 +202,7 @@ struct command_protocol_tp_info {
 };
 
 /**
- * struct touchpad_info - touchpad info response.
+ * struct touchpad_info_protocol - touchpad info response.
  * message.type = 0x1020, message.length = 0x006e
  *
  * @unknown1:		unknown
-- 
2.35.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH][V2] Input: applespi: Use correct struct names in comment
  2022-08-05 17:47 [PATCH][V2] Input: applespi: Use correct struct names in comment Colin Ian King
@ 2022-08-11 23:12 ` Dmitry Torokhov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2022-08-11 23:12 UTC (permalink / raw)
  To: Colin Ian King; +Cc: linux-input, kernel-janitors, linux-kernel

On Fri, Aug 05, 2022 at 06:47:54PM +0100, Colin Ian King wrote:
> The incorrect structure name is being used in the comment for struct
> touchpad_info_protocol. Correct it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>

Applied, thank you.

-- 
Dmitry

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-11 23:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-05 17:47 [PATCH][V2] Input: applespi: Use correct struct names in comment Colin Ian King
2022-08-11 23:12 ` Dmitry Torokhov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.