[PATCH 09/16] staging: pi433: remove spaces before newline

Greg Kroah-Hartman gregkh at linuxfoundation.org
Wed Dec 13 11:58:44 UTC 2017


On Sun, Dec 10, 2017 at 03:31:14PM +0100, Valentin Vidic wrote:
> Fixes checkpatch warning for whitespace before a quoted newline.
> 
> Signed-off-by: Valentin Vidic <Valentin.Vidic at CARNet.hr>
> ---
>  drivers/staging/pi433/rf69.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/staging/pi433/rf69.c b/drivers/staging/pi433/rf69.c
> index 8dae788972cc..75a0f62d5636 100644
> --- a/drivers/staging/pi433/rf69.c
> +++ b/drivers/staging/pi433/rf69.c
> @@ -924,7 +924,7 @@ int rf69_read_fifo(struct spi_device *spi, u8 *buffer, unsigned int size)
>  
>  	if (size > FIFO_SIZE) {
>  		#ifdef DEBUG
> -			dev_dbg(&spi->dev, "read fifo: passed in buffer bigger then internal buffer \n");
> +			dev_dbg(&spi->dev, "read fifo: passed in buffer bigger then internal buffer\n");
>  		#endif
>  		return -EMSGSIZE;
>  	}
> @@ -958,7 +958,7 @@ int rf69_write_fifo(struct spi_device *spi, u8 *buffer, unsigned int size)
>  
>  	if (size > FIFO_SIZE) {
>  		#ifdef DEBUG
> -			dev_dbg(&spi->dev, "read fifo: passed in buffer bigger then internal buffer \n");
> +			dev_dbg(&spi->dev, "read fifo: passed in buffer bigger then internal buffer\n");
>  		#endif
>  		return -EMSGSIZE;
>  	}

This patch doesn't apply to my tree at all :(

thanks,

greg k-h


More information about the devel mailing list