[PATCH 6/6] staging: pi433: pi433_if.c: use tabs instead of spaces

From: Chase Metzger
Date: Wed Nov 15 2017 - 19:39:44 EST


Replace spaces with tabs where possible to comply with the kernel
coding style.

Signed-off-by: Chase Metzger <chasemetzger15@xxxxxxxxx>
---
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