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

Commit 34fbf6a0 authored by David Kershner's avatar David Kershner Committed by Greg Kroah-Hartman
Browse files

staging: unisys: visorbus: fix alignment of paranethesis



Correct indenting of parameters when calling the functions in the file
visorchipset.c.

Signed-off-by: default avatarDavid Kershner <david.kershner@unisys.com>
Reviewed-by: default avatarTim Sell <timothy.sell@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 040b78f7
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -691,8 +691,7 @@ static int visorbus_configure(struct controlvm_message *inmsg,
		goto err_respond;
	}

	err = visorchannel_set_clientpartition
		(bus_info->visorchannel,
	err = visorchannel_set_clientpartition(bus_info->visorchannel,
					       cmd->configure_bus.guest_handle);
	if (err)
		goto err_respond;