[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <6ee46ac270547376f30162c386213fcfdd731c33.1510790802.git.chasemetzger15@gmail.com>
Date: Wed, 15 Nov 2017 16:35:53 -0800
From: Chase Metzger <chasemetzger15@...il.com>
To: gregkh@...uxfoundation.org
Cc: Chase Metzger <chasemetzger15@...il.com>,
Marcus Wolf <linux@...f-Entwicklungen.de>,
Joseph Wright <rjosephwright@...il.com>,
Arnd Bergmann <arnd@...db.de>,
Srishti Sharma <srishtishar@...il.com>,
Cihangir Akturk <cakturk@...il.com>,
Haneen Mohammed <hamohammed.sa@...il.com>,
Al Viro <viro@...iv.linux.org.uk>,
Derek Robson <robsonde@...il.com>, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 6/6] staging: pi433: pi433_if.c: use tabs instead of spaces
Replace spaces with tabs where possible to comply with the kernel
coding style.
Signed-off-by: Chase Metzger <chasemetzger15@...il.com>
---
drivers/staging/pi433/pi433_if.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/staging/pi433/pi433_if.c b/drivers/staging/pi433/pi433_if.c
index ad99f6527bd6..ad625a7cc76e 100644
--- a/drivers/staging/pi433/pi433_if.c
+++ b/drivers/staging/pi433/pi433_if.c
@@ -350,8 +350,8 @@ pi433_receive(void *data)
/* wait for RSSI level to become high */
dev_dbg(dev->dev, "rx: going to wait for high RSSI level");
retval = wait_event_interruptible(dev->rx_wait_queue,
- rf69_get_flag(dev->spi,
- rssiExceededThreshold));
+ rf69_get_flag(dev->spi,
+ rssiExceededThreshold));
if (retval) /* wait was interrupted */
goto abort;
dev->interrupt_rx_allowed = false;
@@ -588,8 +588,8 @@ pi433_tx_thread(void *data)
int temp = device->free_in_fifo;
device->free_in_fifo = 0;
rf69_write_fifo(spi,
- &buffer[position],
- temp);
+ &buffer[position],
+ temp);
position += temp;
} else {
/* msg fits into fifo - take all */
--
2.11.0
Powered by blists - more mailing lists