[PATCH 01/14] staging: greybus: arche-apb-ctrl: Remove multiple blank lines.

Johan Hovold johan at kernel.org
Tue Jan 3 14:38:01 UTC 2017


On Tue, Jan 03, 2017 at 03:33:03PM +0100, chatzi.emanuel at gmail.com wrote:
> From: Emmanuil Chatzipetru <chatzi.emanuel at gmail.com>
> 
> Fix coding style issue caught by checkpatch.pl related to the following
> warning:
> 	- CHECK: Please don't use multiple blank lines
> 
> Signed-off-by: Emmanuil Chatzipetru <chatzi.emanuel at gmail.com>
> ---
>  drivers/staging/greybus/arche-apb-ctrl.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/staging/greybus/arche-apb-ctrl.c b/drivers/staging/greybus/arche-apb-ctrl.c
> index 3fda0cd6bb42..c41b52addd25 100644
> --- a/drivers/staging/greybus/arche-apb-ctrl.c
> +++ b/drivers/staging/greybus/arche-apb-ctrl.c
> @@ -21,7 +21,6 @@
>  #include <linux/spinlock.h>
>  #include "arche_platform.h"
>  
> -

Using double new lines like this is perfectly fine, so drop this one.

>  struct arche_apb_ctrl_drvdata {
>  	/* Control GPIO signals to and from AP <=> AP Bridges */
>  	int resetn_gpio;

Thanks,
Johan


More information about the devel mailing list