Commit cb026e39 authored by Sidhant Gupta's avatar Sidhant Gupta Committed by Greg Kroah-Hartman

staging: greybus: Fix a commit coding style issue.

Fixes a comment coding style warning by adding 2 blank lines. Issue
found by checkpatch.
Signed-off-by: default avatarSidhant Gupta <guptasidhant004@gmail.com>
Acked-by: default avatarJohan Hovold <johan@kernel.org>
Reviewed-by: default avatarVaishali Thakkar <vaishali.thakkar@oracle.com>
Acked-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3d30311c
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment