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

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
......@@ -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;
......
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