summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hv
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2011-03-02 19:31:39 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2011-03-02 19:31:39 -0800
commite93eff9cf4fd9d051d775972ef93c25e2df5dc1c (patch)
tree7213e9e025f66cd40481a43850f2cff3aa6127d4 /drivers/staging/hv
parent6ed10de1242f4044dabc1c115e84bbead2863524 (diff)
downloadtalos-op-linux-e93eff9cf4fd9d051d775972ef93c25e2df5dc1c.tar.gz
talos-op-linux-e93eff9cf4fd9d051d775972ef93c25e2df5dc1c.zip
Staging: hv: hv_mouse: clean up camelcase in struct synthhid_input_report
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>
Diffstat (limited to 'drivers/staging/hv')
-rw-r--r--drivers/staging/hv/hv_mouse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/hv/hv_mouse.c b/drivers/staging/hv/hv_mouse.c
index 2dab7a20b57d..816f4b42b8eb 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);
}
OpenPOWER on IntegriCloud