projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ed10de
)
Staging: hv: hv_mouse: clean up camelcase in struct synthhid_input_report
author
Greg Kroah-Hartman
<
[email protected]
>
Thu, 3 Mar 2011 03:31:39 +0000
(19:31 -0800)
committer
Greg Kroah-Hartman
<
[email protected]
>
Thu, 3 Mar 2011 03:31:39 +0000
(19:31 -0800)
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
patch
|
blob
|
history
diff --git
a/drivers/staging/hv/hv_mouse.c
b/drivers/staging/hv/hv_mouse.c
index 2dab7a20b57d0d1d61eab77513d6a92701195930..816f4b42b8ebe728b51c9de69e0edad3e3ff17c9 100644
(file)
--- 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
ReportB
uffer[1];
+ char
b
uffer[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->
ReportB
uffer,
+ InputReport->
b
uffer,
InputReport->header.size);
}