ERROR: space prohibited before that close parenthesis
 ')' + (size - position) );

Signed-off-by: Oliver Graute <oliver.gra...@gmail.com>
---
 drivers/staging/pi433/pi433_if.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/pi433/pi433_if.c b/drivers/staging/pi433/pi433_if.c
index 726b710..58b69b4 100644
--- a/drivers/staging/pi433/pi433_if.c
+++ b/drivers/staging/pi433/pi433_if.c
@@ -659,7 +659,7 @@ static irqreturn_t DIO1_irq_handler(int irq, void *dev_id)
                                repetitions--;
                                rf69_write_fifo(spi,
                                                &buffer[position],
-                                               (size - position) );
+                                               (size - position));
                                position = 0; /* reset for next repetition */
                        }
 
-- 
1.9.1

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to