mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 12:33:18 -04:00
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:
committed by
Greg Kroah-Hartman
parent
0e7bf2f449
commit
7005c16cf2
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user