mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-08 22:16:29 -04:00
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:
committed by
Greg Kroah-Hartman
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;
|
||||
|
||||
Reference in New Issue
Block a user