OSDN Git Service

Staging: hv: hv_mouse: fix camelcase in struct synthhid_device_info_ack
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 3 Mar 2011 03:29:42 +0000 (19:29 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 3 Mar 2011 03:29:42 +0000 (19:29 -0800)
commit6ed10de1242f4044dabc1c115e84bbead2863524
treeeddededcf27704fadb9f0967f668ebe7a865cb59
parent18bc44e333f9f278328eab851f27d1169d623efb
Staging: hv: hv_mouse: fix camelcase in struct synthhid_device_info_ack

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 <hjanssen@microsoft.com>
Cc: K. Y. Srinivasan <kys@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/hv/hv_mouse.c