diff options
author | Thorsten Blum <thorsten.blum@linux.dev> | 2025-01-16 22:19:32 +0100 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2025-01-17 19:07:48 -0800 |
commit | 3df22e75102785bac1768f7eeabbc45c01a6e7f4 (patch) | |
tree | d72b4364be34d19e1a6628b33e415ddc5cbf9d05 /tools/perf/scripts/python | |
parent | 2ce7289f180d68cfa9a04a28581e88c864abff9c (diff) |
hv_netvsc: Replace one-element array with flexible array member
Replace the deprecated one-element array with a modern flexible array
member in the struct nvsp_1_message_send_receive_buffer_complete.
Use struct_size_t(,,1) instead of sizeof() to maintain the same size.
Compile-tested only.
Link: https://github.com/KSPP/linux/issues/79
Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Tested-by: Roman Kisel <romank@linux.microsoft.com>
Reviewed-by: Roman Kisel <romank@linux.microsoft.com>
Link: https://patch.msgid.link/20250116211932.139564-2-thorsten.blum@linux.dev
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions