staging: unisys: visorbus: fix checkpatch block comments warning
authorAbdul Rauf <abdulraufmujahid@gmail.com>
Mon, 16 Jan 2017 22:32:58 +0000 (22:32 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Jan 2017 09:49:50 +0000 (10:49 +0100)
Fix the following warnings:
Block comments should align the * on each line

Signed-off-by: Abdul Rauf <abdulraufmujahid@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorbus/visorchipset.c
drivers/staging/unisys/visorbus/vmcallinterface.h

index 336af52..4e630ea 100644 (file)
@@ -1409,7 +1409,7 @@ parahotplug_process_message(struct controlvm_message *inmsg)
                 *
                 * devices are automatically enabled at
                 * initialization.
-               */
+                */
                parahotplug_request_kickoff(req);
                controlvm_respond_physdev_changestate
                        (&inmsg->hdr,
index 674a88b..d1d72c1 100644 (file)
 #define __IOMONINTF_H__
 
 /*
-* This file contains all structures needed to support the VMCALLs for IO
-* Virtualization.  The VMCALLs are provided by Monitor and used by IO code
-* running on IO Partitions.
-*/
+ * This file contains all structures needed to support the VMCALLs for IO
+ * Virtualization.  The VMCALLs are provided by Monitor and used by IO code
+ * running on IO Partitions.
+ */
 static inline unsigned long
 __unisys_vmcall_gnuc(unsigned long tuple, unsigned long reg_ebx,
                     unsigned long reg_ecx)