aboutsummaryrefslogtreecommitdiff
path: root/rust/helpers.c
diff options
context:
space:
mode:
authorGustavo A. R. Silva <gustavoars@kernel.org>2024-08-20 18:50:56 -0600
committerJuergen Gross <jgross@suse.com>2024-09-13 12:24:07 +0200
commita8d0b5eb3f9f838d3781be7d3d24b22fe492a916 (patch)
tree538468cbf1862f607ebe7084d4d8edeb1a05128f /rust/helpers.c
parent3adc73efad83534c3f6df6580009482e2c08187d (diff)
xen/pci: Avoid -Wflex-array-member-not-at-end warning
Use the `DEFINE_RAW_FLEX()` helper for an on-stack definition of a flexible structure where the size of the flexible-array member is known at compile-time, and refactor the rest of the code, accordingly. So, with this, fix the following warning: drivers/xen/pci.c:48:55: warning: structure containing a flexible array member is not at the end of another structure [-Wflex-array-member-not-at-end] Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org> Reviewed-by: Kees Cook <kees@kernel.org> Message-ID: <ZsU58MvoYEEqBHZl@elsanto> Signed-off-by: Juergen Gross <jgross@suse.com>
Diffstat (limited to 'rust/helpers.c')
0 files changed, 0 insertions, 0 deletions