* [PATCH] staging: pi433: Style fix - spaces required
@ 2017-12-02 15:43 Marcus Wolf
2017-12-02 16:00 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Marcus Wolf @ 2017-12-02 15:43 UTC (permalink / raw)
To: gregkh, dan.carpenter, devel, linux-kernel; +Cc: Marcus Wolf
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@wolf-entwicklungen.de>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-12-02 16:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-02 15:43 [PATCH] staging: pi433: Style fix - spaces required Marcus Wolf
2017-12-02 16:00 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox