summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys
diff options
context:
space:
mode:
authorErik Arfvidson2016-02-08 16:41:49 +0100
committerGreg Kroah-Hartman2016-02-12 04:37:15 +0100
commit7005c16cf24cb2917a91565a97119b25cf816ab3 (patch)
tree77516cd79b5cdb70bd9cff034220d68d39d7ca11 /drivers/staging/unisys
parentstaging: unisys: fix spaces after cast visorchipset.c (diff)
downloadkernel-qcow2-linux-7005c16cf24cb2917a91565a97119b25cf816ab3.tar.gz
kernel-qcow2-linux-7005c16cf24cb2917a91565a97119b25cf816ab3.tar.xz
kernel-qcow2-linux-7005c16cf24cb2917a91565a97119b25cf816ab3.zip
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>
Diffstat (limited to 'drivers/staging/unisys')
-rw-r--r--drivers/staging/unisys/visorbus/visorbus_main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/unisys/visorbus/visorbus_main.c b/drivers/staging/unisys/visorbus/visorbus_main.c
index eac97d22278a..a3013852c0e0 100644
--- a/drivers/staging/unisys/visorbus/visorbus_main.c
+++ b/drivers/staging/unisys/visorbus/visorbus_main.c
@@ -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);
}