Skip to content

Commit 27784a2

Browse files
geertubroonie
authored andcommitted
spi: uapi: spidev: Use TABs for alignment
The UAPI <linux/spi/spidev.h> uses TABs for alignment. Convert the recently introduced spaces to TABs to restore consistency. Fixes: 7bb6440 ("spi: tools: Add macro definitions to fix build errors") Signed-off-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 03fe7aa commit 27784a2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

include/uapi/linux/spi/spidev.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
#define SPI_TX_QUAD 0x200
4949
#define SPI_RX_DUAL 0x400
5050
#define SPI_RX_QUAD 0x800
51-
#define SPI_CS_WORD 0x1000
52-
#define SPI_TX_OCTAL 0x2000
53-
#define SPI_RX_OCTAL 0x4000
54-
#define SPI_3WIRE_HIZ 0x8000
51+
#define SPI_CS_WORD 0x1000
52+
#define SPI_TX_OCTAL 0x2000
53+
#define SPI_RX_OCTAL 0x4000
54+
#define SPI_3WIRE_HIZ 0x8000
5555

5656
/*---------------------------------------------------------------------------*/
5757

0 commit comments

Comments
 (0)