[PATCH 671/961] Staging: hv: hv_mouse: clean up camelcase in struct synthhid_input_report

Greg Kroah-Hartman gregkh at suse.de
Wed Mar 16 21:05:14 UTC 2011


Cc: Hank Janssen <hjanssen at microsoft.com>
Cc: K. Y. Srinivasan <kys at microsoft.com>
Cc: Haiyang Zhang <haiyangz at microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh at suse.de>
---
 drivers/staging/hv/hv_mouse.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/hv/hv_mouse.c b/drivers/staging/hv/hv_mouse.c
index 2dab7a2..816f4b4 100644
--- a/drivers/staging/hv/hv_mouse.c
+++ b/drivers/staging/hv/hv_mouse.c
@@ -127,7 +127,7 @@ struct synthhid_device_info_ack {
 
 struct synthhid_input_report {
 	struct synthhid_msg_hdr header;
-	char                    ReportBuffer[1];
+	char buffer[1];
 };
 
 #pragma pack(pop)
@@ -435,7 +435,7 @@ static void MousevscOnReceiveInputReport(struct mousevsc_dev *InputDevice, struc
 	inputDriver = (struct mousevsc_drv_obj *)InputDevice->Device->drv;
 
 	inputreport_callback(InputDevice->Device,
-			     InputReport->ReportBuffer,
+			     InputReport->buffer,
 			     InputReport->header.size);
 }
 
-- 
1.7.4.1




More information about the devel mailing list