Fixes checkpatch warning for whitespace before a quoted newline.
Signed-off-by: Valentin Vidic <[email protected]>
---
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;
}
--
2.15.0
_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel