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

staging: greybus: Fix a commit coding style issue.

Fixes a comment coding style warning by adding 2 blank lines. Issue
found by checkpatch.

Signed-off-by: Sidhant Gupta <guptasidhant004@gmail.com>
Acked-by: Johan Hovold <johan@kernel.org>
Reviewed-by: Vaishali Thakkar <vaishali.thakkar@oracle.com>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Sidhant Gupta and committed by
Greg Kroah-Hartman
cb026e39 3d30311c

+4 -2
+4 -2
drivers/staging/greybus/arche-apb-ctrl.c
··· 285 285 if (apb->state == ARCHE_PLATFORM_STATE_FW_FLASHING) 286 286 return count; 287 287 288 - /* First we want to make sure we power off everything 289 - * and then enter FW flashing state */ 288 + /* 289 + * First we want to make sure we power off everything 290 + * and then enter FW flashing state 291 + */ 290 292 poweroff_seq(pdev); 291 293 ret = fw_flashing_seq(pdev); 292 294 } else {