Just one field to fix up, s/Reserved/reserved/g
Odd that we have to set the reserved field to 0 when we send the
message, that would imply that it really isn't "reserved"...
Cc: Hank Janssen <[email protected]>
Cc: K. Y. Srinivasan <[email protected]>
Cc: Haiyang Zhang <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
struct synthhid_device_info_ack {
struct synthhid_msg_hdr header;
- unsigned char Reserved;
+ unsigned char reserved;
};
struct synthhid_input_report {
ack.u.Ack.header.type = SynthHidInitialDeviceInfoAck;
ack.u.Ack.header.size = 1;
- ack.u.Ack.Reserved = 0;
+ ack.u.Ack.reserved = 0;
ret = vmbus_sendpacket(InputDevice->Device->channel,
&ack,