[PATCH] staging: pi433: Style fix - spaces required

From: Marcus Wolf
Date: Sat Dec 02 2017 - 10:43:29 EST


Leftover changes from patch [PATCH 2/5] staging: pi433: rf69.c style fix - spaces required around
from Marcin Ciupak (11.10.2017)

Signed-of-by: Marcus Wolf <linux@xxxxxxxxxxxxxxxxxxxxx>
---
drivers/staging/pi433/rf69.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/pi433/rf69.c b/drivers/staging/pi433/rf69.c
index 7a1f8d1..35bb3f9 100644
--- a/drivers/staging/pi433/rf69.c
+++ b/drivers/staging/pi433/rf69.c
@@ -633,7 +633,7 @@ int rf69_set_dio_mapping(struct spi_device *spi, u8 DIONumber, u8 value)
}

// read reg
- regValue=rf69_read_reg(spi, regaddr);
+ regValue = rf69_read_reg(spi, regaddr);
// delete old value
regValue = regValue & ~mask;
// add new value
--
1.7.10.4