Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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 {