[PATCHv2 1/6] staging: pi433: pi433_if.c codestyle space required

Oliver Graute oliver.graute at gmail.com
Wed Dec 13 18:33:36 UTC 2017


This patch fixes this checkpatch.pl error:

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

Signed-off-by: Oliver Graute <oliver.graute at 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 32db3b3..8a057a3 100644
--- a/drivers/staging/pi433/pi433_if.c
+++ b/drivers/staging/pi433/pi433_if.c
@@ -734,7 +734,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



More information about the devel mailing list