aboutsummaryrefslogtreecommitdiff
path: root/src/soc/cavium/cn81xx/spi.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-01-03 09:38:52 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-01-09 09:50:40 +0000
commitcb10346cd5a858817e6bd838f424f827c7761d89 (patch)
tree97e618bf27fec0b19bad023d87b7ddaef8e30fd2 /src/soc/cavium/cn81xx/spi.c
parent909870aba677bf6a30edc2ab971e312cb5826999 (diff)
soc/cavium: Remove white spaces before tabs
Change-Id: I8213835ac18a31f1c10d80ba07b50d33f8abcbd9 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/30620 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Tristan Corrick <tristan@corrick.kiwi>
Diffstat (limited to 'src/soc/cavium/cn81xx/spi.c')
-rw-r--r--src/soc/cavium/cn81xx/spi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/cavium/cn81xx/spi.c b/src/soc/cavium/cn81xx/spi.c
index 6527f22ea1..2391f4ae76 100644
--- a/src/soc/cavium/cn81xx/spi.c
+++ b/src/soc/cavium/cn81xx/spi.c
@@ -44,7 +44,7 @@ union cavium_spi_cfg {
u64 cslate : 1;
u64 csena : 4; /* Must be one */
u64 clkdiv : 13;
- u64 : 35;
+ u64 : 35;
} s;
};
@@ -69,7 +69,7 @@ union cavium_spi_tx {
u64 leavecs : 1;
u64 : 3;
u64 csid : 2;
- u64 : 42;
+ u64 : 42;
} s;
};