projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03fe7aa
)
spi: uapi: spidev: Use TABs for alignment
author
Geert Uytterhoeven
<geert+renesas@glider.be>
Sat, 13 Jun 2020 07:37:54 +0000
(09:37 +0200)
committer
Mark Brown
<broonie@kernel.org>
Mon, 15 Jun 2020 15:03:38 +0000
(16:03 +0100)
The UAPI <linux/spi/spidev.h> uses TABs for alignment.
Convert the recently introduced spaces to TABs to restore consistency.
Fixes: 7bb64402a092136 ("spi: tools: Add macro definitions to fix build errors")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link:
https://lore.kernel.org/r/20200613073755.15906-1-geert+renesas@glider.be
Signed-off-by: Mark Brown <broonie@kernel.org>
include/uapi/linux/spi/spidev.h
patch
|
blob
|
history
diff --git
a/include/uapi/linux/spi/spidev.h
b/include/uapi/linux/spi/spidev.h
index 9390615d52f0c1cb2b9bb90c8fd85e0c5ebeda7f..d56427c0b3e05953d52430d36aa5f3eb3e764488 100644
(file)
--- a/
include/uapi/linux/spi/spidev.h
+++ b/
include/uapi/linux/spi/spidev.h
@@
-48,10
+48,10
@@
#define SPI_TX_QUAD 0x200
#define SPI_RX_DUAL 0x400
#define SPI_RX_QUAD 0x800
-#define SPI_CS_WORD
0x1000
-#define SPI_TX_OCTAL
0x2000
-#define SPI_RX_OCTAL
0x4000
-#define SPI_3WIRE_HIZ
0x8000
+#define SPI_CS_WORD 0x1000
+#define SPI_TX_OCTAL 0x2000
+#define SPI_RX_OCTAL 0x4000
+#define SPI_3WIRE_HIZ 0x8000
/*---------------------------------------------------------------------------*/