diff options
author | Palmer Dabbelt <[email protected]> | 2023-11-07 07:55:29 -0800 |
---|---|---|
committer | Palmer Dabbelt <[email protected]> | 2023-11-07 15:00:05 -0800 |
commit | 28ea54bade76e2d47cb8cdb96e427cfb90d3eea7 (patch) | |
tree | f2051436065600b519474c447ba14dae554a37cf /net/unix/sysctl_net_unix.c | |
parent | b51fc88cb35e49a6e835b496fb21417f414f7c02 (diff) |
RISC-V: Don't rely on positional structure initialization
Without this I get a bunch of warnings along the lines of
arch/riscv/kernel/module.c:535:26: error: positional initialization of field in 'struct' declared with 'designated_init' attribute [-Werror=designated-init]
535 | [R_RISCV_32] = { apply_r_riscv_32_rela },
This just mades the member initializers explicit instead of positional.
I also aligned some of the table, but mostly just to make the batch
editing go faster.
Fixes: b51fc88cb35e ("Merge patch series "riscv: Add remaining module relocations and tests"")
Reviewed-by: Charlie Jenkins <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Palmer Dabbelt <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions