Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Hisao Tanabe and committed by
Greg Kroah-Hartman
1047cc13 cb026e39

+1 -1
+1 -1
drivers/staging/greybus/arche-apb-ctrl.c
··· 183 183 * Pasted from WDM spec, 184 184 * - A falling edge on POWEROFF_L is detected (a) 185 185 * - WDM enters standby mode, but no output signals are changed 186 - * */ 186 + */ 187 187 188 188 /* TODO: POWEROFF_L is input to WDM module */ 189 189 apb->state = ARCHE_PLATFORM_STATE_STANDBY;