diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2022-08-12 01:12:37 +0200 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2022-08-12 01:14:32 +0200 |
commit | 93e719f661379c014f44bd83b361b1bc49ea7082 (patch) | |
tree | 30270b1c61c5f5ee690c107239a81717ed6f51fb /drivers/input | |
parent | Input: tc3589x-keypad - use correct struct names in comment (diff) | |
download | linux-93e719f661379c014f44bd83b361b1bc49ea7082.tar.xz linux-93e719f661379c014f44bd83b361b1bc49ea7082.zip |
Input: applespi - use correct struct names in comment
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>
Link: https://lore.kernel.org/r/20220805174754.2374473-1-colin.i.king@gmail.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input')
-rw-r--r-- | drivers/input/keyboard/applespi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/keyboard/applespi.c b/drivers/input/keyboard/applespi.c index d1f5354d5ea2..fcf4b55cdf90 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 |