diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-01-03 09:38:52 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-01-09 09:50:40 +0000 |
commit | cb10346cd5a858817e6bd838f424f827c7761d89 (patch) | |
tree | 97e618bf27fec0b19bad023d87b7ddaef8e30fd2 /src/soc/cavium/cn81xx/gpio.c | |
parent | 909870aba677bf6a30edc2ab971e312cb5826999 (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/gpio.c')
-rw-r--r-- | src/soc/cavium/cn81xx/gpio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/cavium/cn81xx/gpio.c b/src/soc/cavium/cn81xx/gpio.c index 84e36d19fd..9de1839094 100644 --- a/src/soc/cavium/cn81xx/gpio.c +++ b/src/soc/cavium/cn81xx/gpio.c @@ -37,9 +37,9 @@ union bit_cfg { u64 filt_cnt : 4; /* Glitch filter counter */ u64 filt_sel : 4; /* Glitch filter select */ u64 tx_od : 1; /* Set Output to Open Drain */ - u64 : 3; + u64 : 3; u64 pin_sel : 10; /* Select type of pin */ - u64 : 38; + u64 : 38; } s; }; |