forked from Mirrors/opensbi
all: run clang-format and update checked-in files
Noisy commit, no functional changes. Generated with an current upstream clang-format and: clang-format -i $(find . -name \*.[ch]) Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:

committed by
Anup Patel

parent
fbf986ac2a
commit
10baa64c02
@@ -588,7 +588,7 @@ typedef struct _sysctl_clk_th6 {
|
||||
typedef struct _sysctl_misc {
|
||||
u32 debug_sel : 6;
|
||||
u32 reserved0 : 4;
|
||||
u32 spi_dvp_data_enable: 1;
|
||||
u32 spi_dvp_data_enable : 1;
|
||||
u32 reserved1 : 21;
|
||||
} __attribute__((packed, aligned(4))) sysctl_misc_t;
|
||||
|
||||
|
Reference in New Issue
Block a user