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: Hisao Tanabe <xtanabe@gmail.com> Acked-by: Johan Hovold <johan@kernel.org> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
cb026e3988
commit
1047cc1359
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue