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

Commit 6a5bfc17 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

Staging: hv: mouse_vsc: fix space coding style issues



Lots of minor space cleanups to resolve coding style warnings and
errors.

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 16ecf020
Loading
Loading
Loading
Loading
+22 −24
Original line number Diff line number Diff line
@@ -505,8 +505,7 @@ MousevscOnSendCompletion(struct hv_device *Device,
void
MousevscOnReceiveDeviceInfo(
	struct mousevsc_dev *InputDevice,
	SYNTHHID_DEVICE_INFO* DeviceInfo
	)
	SYNTHHID_DEVICE_INFO *DeviceInfo)
{
	int ret = 0;
	struct hid_descriptor *desc;
@@ -593,8 +592,7 @@ MousevscOnReceiveDeviceInfo(
void
MousevscOnReceiveInputReport(
	struct mousevsc_dev *InputDevice,
	SYNTHHID_INPUT_REPORT *InputReport
	)
	SYNTHHID_INPUT_REPORT *InputReport)
{
	struct mousevsc_drv_obj *inputDriver;