OSDN Git Service

staging: unisys: fix comments in visorbus_main.c
authorErik Arfvidson <erik.arfvidson@unisys.com>
Mon, 8 Feb 2016 15:41:49 +0000 (10:41 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 12 Feb 2016 03:37:15 +0000 (19:37 -0800)
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>
drivers/staging/unisys/visorbus/visorbus_main.c

index eac97d2..a301385 100644 (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);
 }