staging: unisys: fix comments in visorbus_main.c

This patch fixes the following types of check patch warnings:
	Block comments use a trailing */ on a separate line
	Comment alignments

Signed-off-by: Erik Arfvidson <erik.arfvidson@unisys.com>
Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Erik Arfvidson
2016-02-08 10:41:49 -05:00
committed by Greg Kroah-Hartman
parent 0e7bf2f449
commit 7005c16cf2

View File

@@ -1371,9 +1371,9 @@ pause_state_change_complete(struct visor_device *dev, int status)
return;
/* Notify the chipset driver that the pause is complete, which
* will presumably want to send some sort of response to the
* initiator.
*/
* will presumably want to send some sort of response to the
* initiator.
*/
(*chipset_responders.device_pause) (dev, status);
}