[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1512229400-29985-1-git-send-email-linux@wolf-entwicklungen.de>
Date: Sat, 2 Dec 2017 17:43:20 +0200
From: Marcus Wolf <linux@...f-entwicklungen.de>
To: gregkh@...uxfoundation.org, dan.carpenter@...cle.com,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org
Cc: Marcus Wolf <linux@...f-entwicklungen.de>
Subject: [PATCH] staging: pi433: Style fix - spaces required
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@...f-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
Powered by blists - more mailing lists