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:
480c28d
)
Staging: hv: hv_mouse: clean up camelcase in struct synthhid_protocol_response
author
Greg Kroah-Hartman
<
[email protected]
>
Thu, 3 Mar 2011 03:19:58 +0000
(19:19 -0800)
committer
Greg Kroah-Hartman
<
[email protected]
>
Thu, 3 Mar 2011 03:19:58 +0000
(19:19 -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 0f0caf0097fabd8dd14f09e532fc9354c0d43a01..98242cffe2038339ccd849b120c8a8c766ec76df 100644
(file)
--- a/
drivers/staging/hv/hv_mouse.c
+++ b/
drivers/staging/hv/hv_mouse.c
@@
-111,7
+111,7
@@
struct synthhid_protocol_request {
struct synthhid_protocol_response {
struct synthhid_msg_hdr header;
union synthhid_version version_requested;
- unsigned char
A
pproved;
+ unsigned char
a
pproved;
};
struct synthhid_device_info {
@@
-635,7
+635,7
@@
static int MousevscConnectToVsp(struct hv_device *Device)
response = &inputDevice->ProtocolResp;
- if (!response->u.Response.
A
pproved) {
+ if (!response->u.Response.
a
pproved) {
pr_err("synthhid protocol request failed (version %d)",
SYNTHHID_INPUT_VERSION);
ret = -1;