aboutsummaryrefslogtreecommitdiff
path: root/src/soc/cavium/cn81xx/uart.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/uart.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/uart.c')
-rw-r--r--src/soc/cavium/cn81xx/uart.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/soc/cavium/cn81xx/uart.c b/src/soc/cavium/cn81xx/uart.c
index 7a9ea3a158..baa9206512 100644
--- a/src/soc/cavium/cn81xx/uart.c
+++ b/src/soc/cavium/cn81xx/uart.c
@@ -34,13 +34,13 @@ union cn81xx_uart_ctl {
u64 uaa_rst : 1;
u64 : 2;
u64 csclk_en : 1;
- u64 : 19;
+ u64 : 19;
u64 h_clkdiv_sel : 3;
- u64 : 1;
+ u64 : 1;
u64 h_clkdiv_rst : 1;
u64 h_clk_byp_sel : 1;
u64 h_clk_en : 1;
- u64 : 33;
+ u64 : 33;
} s;
};