diff options
author | Nathan Chancellor <nathan@kernel.org> | 2025-05-07 21:47:45 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2025-05-08 19:20:57 -0700 |
commit | 6b3ab7f2cbfaeb6580709cd8ef4d72cfd01bfde4 (patch) | |
tree | 12b6730e6887613af8f07212e7da41fcf0e1fce6 /scripts/lib/kdoc/kdoc_output.py | |
parent | ea9a83d7f371f44d0815de6015b481cf2a6089c8 (diff) |
net: qede: Initialize qede_ll_ops with designated initializer
After a recent change [1] in clang's randstruct implementation to
randomize structures that only contain function pointers, there is an
error because qede_ll_ops get randomized but does not use a designated
initializer for the first member:
drivers/net/ethernet/qlogic/qede/qede_main.c:206:2: error: a randomized struct can only be initialized with a designated initializer
206 | {
| ^
Explicitly initialize the common member using a designated initializer
to fix the build.
Cc: stable@vger.kernel.org
Fixes: 035f7f87b729 ("randstruct: Enable Clang support")
Link: https://github.com/llvm/llvm-project/commit/04364fb888eea6db9811510607bed4b200bcb082 [1]
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
Link: https://patch.msgid.link/20250507-qede-fix-clang-randstruct-v1-1-5ccc15626fba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_output.py')
0 files changed, 0 insertions, 0 deletions