staging: greybus: Fix a commit coding style issue.
authorSidhant Gupta <guptasidhant004@gmail.com>
Mon, 3 Oct 2016 10:51:09 +0000 (16:21 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Oct 2016 08:24:19 +0000 (10:24 +0200)
Fixes a comment coding style warning by adding 2 blank lines. Issue
found by checkpatch.

Signed-off-by: Sidhant Gupta <guptasidhant004@gmail.com>
Acked-by: Johan Hovold <johan@kernel.org>
Reviewed-by: Vaishali Thakkar <vaishali.thakkar@oracle.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/greybus/arche-apb-ctrl.c

index 70323aa..103d629 100644 (file)
@@ -285,8 +285,10 @@ static ssize_t state_store(struct device *dev,
                if (apb->state == ARCHE_PLATFORM_STATE_FW_FLASHING)
                        return count;
 
-               /* First we want to make sure we power off everything
-                * and then enter FW flashing state */
+               /*
+                * First we want to make sure we power off everything
+                * and then enter FW flashing state
+                */
                poweroff_seq(pdev);
                ret = fw_flashing_seq(pdev);
        } else {