]> www.infradead.org Git - users/jedix/linux-maple.git/commit
hv_netvsc: Replace one-element array with flexible array member
authorThorsten Blum <thorsten.blum@linux.dev>
Thu, 16 Jan 2025 21:19:32 +0000 (22:19 +0100)
committerJakub Kicinski <kuba@kernel.org>
Sat, 18 Jan 2025 03:07:48 +0000 (19:07 -0800)
commit3df22e75102785bac1768f7eeabbc45c01a6e7f4
treed72b4364be34d19e1a6628b33e415ddc5cbf9d05
parent2ce7289f180d68cfa9a04a28581e88c864abff9c
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>
drivers/net/hyperv/hyperv_net.h
drivers/net/hyperv/netvsc.c