Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236254
b: refs/heads/master
c: 6ed10de
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Mar 3, 2011
1 parent c286e08 commit de99e23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 18bc44e333f9f278328eab851f27d1169d623efb
refs/heads/master: 6ed10de1242f4044dabc1c115e84bbead2863524
4 changes: 2 additions & 2 deletions trunk/drivers/staging/hv/hv_mouse.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ struct synthhid_device_info {

struct synthhid_device_info_ack {
struct synthhid_msg_hdr header;
unsigned char Reserved;
unsigned char reserved;
};

struct synthhid_input_report {
Expand Down Expand Up @@ -387,7 +387,7 @@ static void MousevscOnReceiveDeviceInfo(struct mousevsc_dev *InputDevice, struct

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,
Expand Down

0 comments on commit de99e23

Please sign in to comment.