ERROR: spaces required around that '+=' (ctx:WxV) +
                           position +=temp;
       ^

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 55ed45f..726b710 100644
--- a/drivers/staging/pi433/pi433_if.c
+++ b/drivers/staging/pi433/pi433_if.c
@@ -651,7 +651,7 @@ static irqreturn_t DIO1_irq_handler(int irq, void *dev_id)
                                rf69_write_fifo(spi,
                                                &buffer[position],
                                                temp);
-                               position +=temp;
+                               position += temp;
                        }
                        else
                        {       /* msg fits into fifo - take all */
-- 
1.9.1

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

Reply via email to