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

Commit 1047cc13 authored by Hisao Tanabe's avatar Hisao Tanabe Committed by Greg Kroah-Hartman
Browse files

staging: greybus: fix block comment



This patch fix the coding style problem of block comment detected by the
checkpatch.pl.

WARNING: Block comments use a trailing */ on a separate line

Signed-off-by: default avatarHisao Tanabe <xtanabe@gmail.com>
Acked-by: default avatarJohan Hovold <johan@kernel.org>
Acked-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent cb026e39
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -183,7 +183,7 @@ static int standby_boot_seq(struct platform_device *pdev)
	 * Pasted from WDM spec,
	 *  - A falling edge on POWEROFF_L is detected (a)
	 *  - WDM enters standby mode, but no output signals are changed
	 * */
	 */

	/* TODO: POWEROFF_L is input to WDM module  */
	apb->state = ARCHE_PLATFORM_STATE_STANDBY;