staging: unisys: visorbus: fix alignment of paranethesis

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

Signed-off-by: David Kershner <david.kershner@unisys.com>
Reviewed-by: Tim Sell <timothy.sell@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
David Kershner 2017-09-27 13:14:11 -04:00 committed by Greg Kroah-Hartman
parent 040b78f7ad
commit 34fbf6a09b

View File

@ -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;