Re: [PATCH 1/9] staging: vchiq_core: cleanup blank lines

From: Dan Carpenter
Date: Mon Oct 04 2021 - 02:55:52 EST


On Sun, Oct 03, 2021 at 04:57:51PM -0300, Gaston Gonzalez wrote:
> Remove unnecessary blank lines.
>
> Reported by checkpatch.pl
>
> Signed-off-by: Gaston Gonzalez <gascoar@xxxxxxxxx>
> ---

[ snip ]

> @@ -3207,7 +3206,6 @@ enum vchiq_status vchiq_bulk_transfer(unsigned int handle,
> }
>
> state = service->state;
> -
> queue = (dir == VCHIQ_BULK_TRANSMIT) ?
> &service->bulk_tx : &service->bulk_rx;
>


I don't care one way or the other about the blank line, but it's
not a checkpatch warning.

regards,
dan carpenter