summaryrefslogtreecommitdiffstats
path: root/include/spi.h
diff options
context:
space:
mode:
authorJagan Teki <jteki@openedev.com>2015-06-27 00:51:30 +0530
committerJagan Teki <jteki@openedev.com>2015-07-01 21:15:03 +0530
commit5d69df3541c3c1a40ed71ff250b9c98bf2b9f582 (patch)
tree2827cf762b4498352aa831b3bd28280bdb4c96a6 /include/spi.h
parentff6e31d3a108ea2f9448597f29c1c3bde48a057b (diff)
downloadblackbird-obmc-uboot-5d69df3541c3c1a40ed71ff250b9c98bf2b9f582.tar.gz
blackbird-obmc-uboot-5d69df3541c3c1a40ed71ff250b9c98bf2b9f582.zip
spi/sf: Minor cleanups
- Adjust tab spaces - Add comments Signed-off-by: Jagan Teki <jteki@openedev.com>
Diffstat (limited to 'include/spi.h')
-rw-r--r--include/spi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/spi.h b/include/spi.h
index f4b93e6a13..18362364cf 100644
--- a/include/spi.h
+++ b/include/spi.h
@@ -54,7 +54,7 @@
/* Header byte that marks the start of the message */
#define SPI_PREAMBLE_END_BYTE 0xec
-#define SPI_DEFAULT_WORDLEN 8
+#define SPI_DEFAULT_WORDLEN 8
#ifdef CONFIG_DM_SPI
/* TODO(sjg@chromium.org): Remove this and use max_hz from struct spi_slave */
OpenPOWER on IntegriCloud