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.vi...@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
_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to