mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-10 22:54:11 +08:00
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>
This commit is contained in:
parent
6a33af349b
commit
93e719f661
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user