Cc: Hank Janssen <[email protected]>
Cc: K. Y. Srinivasan <[email protected]>
Cc: Haiyang Zhang <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
 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

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to