]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: unisys: visorbus: visorbus_main.c: made checkpatch warning-free
authorGavin O'Leary <gavinoleary3@gmail.com>
Tue, 10 Nov 2015 04:12:00 +0000 (20:12 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Nov 2015 04:02:47 +0000 (20:02 -0800)
Made visorbus_main.c checkpatch warning-free by fixing the comment style
issues.

Signed-off-by: Gavin O'Leary <gavinoleary3@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorbus/visorbus_main.c

index a272b48bab282af2f2ddbebc7cb63db5193a4882..eac97d22278a1dd63b4aac794001228323cd5b05 100644 (file)
@@ -1078,7 +1078,8 @@ away:
 }
 
 /* Write the contents of <info> to the struct
- * spar_vbus_channel_protocol.chp_info. */
+ * spar_vbus_channel_protocol.chp_info.
+ */
 
 static int
 write_vbus_chp_info(struct visorchannel *chan,
@@ -1096,7 +1097,8 @@ write_vbus_chp_info(struct visorchannel *chan,
 }
 
 /* Write the contents of <info> to the struct
- * spar_vbus_channel_protocol.bus_info. */
+ * spar_vbus_channel_protocol.bus_info.
+ */
 
 static int
 write_vbus_bus_info(struct visorchannel *chan,
@@ -1370,7 +1372,8 @@ pause_state_change_complete(struct visor_device *dev, int status)
 
        /* Notify the chipset driver that the pause is complete, which
        * will presumably want to send some sort of response to the
-       * initiator. */
+       * initiator.
+       */
        (*chipset_responders.device_pause) (dev, status);
 }
 
@@ -1390,7 +1393,8 @@ resume_state_change_complete(struct visor_device *dev, int status)
 
        /* Notify the chipset driver that the resume is complete,
         * which will presumably want to send some sort of response to
-        * the initiator. */
+        * the initiator.
+        */
        (*chipset_responders.device_resume) (dev, status);
 }
 
@@ -1437,7 +1441,8 @@ initiate_chipset_device_pause_resume(struct visor_device *dev, bool is_pause)
                 * existing problem prevents us from ever getting a bus
                 * resume...  This hack would fail to work should we
                 * ever have a bus that contains NO devices, since we
-                * would never even get here in that case. */
+                * would never even get here in that case.
+                */
                fix_vbus_dev_info(dev);
                if (!drv->resume)
                        goto away;