Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 325eae14 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

Staging: hv: hv_mouse: clean up camelcase in struct synthhid_protocol_response



Cc: Hank Janssen <hjanssen@microsoft.com>
Cc: K. Y. Srinivasan <kys@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 480c28df
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -111,7 +111,7 @@ struct synthhid_protocol_request {
struct synthhid_protocol_response {
	struct synthhid_msg_hdr header;
	union synthhid_version version_requested;
	unsigned char Approved;
	unsigned char approved;
};

struct synthhid_device_info {
@@ -635,7 +635,7 @@ static int MousevscConnectToVsp(struct hv_device *Device)

	response = &inputDevice->ProtocolResp;

	if (!response->u.Response.Approved) {
	if (!response->u.Response.approved) {
		pr_err("synthhid protocol request failed (version %d)",
		       SYNTHHID_INPUT_VERSION);
		ret = -1;