diff options
| author | Arnd Bergmann <[email protected]> | 2021-02-04 17:26:13 +0100 |
|---|---|---|
| committer | Marc Kleine-Budde <[email protected]> | 2021-03-30 11:14:46 +0200 |
| commit | 27868a8fc1d0ba7abeac3e24b1a723c21c76581b (patch) | |
| tree | 141c386583e5e1af6a36de7f70b0165b5273490c /tools/perf/scripts/python/futex-contention.py | |
| parent | a3497afbe9268cf64e431e9808916f1318d26b3d (diff) | |
can: ucan: fix alignment constraints
struct ucan_message_in contains member with 4-byte alignment
but is itself marked as unaligned, which triggers a warning:
drivers/net/can/usb/ucan.c:249:1: warning: alignment 1 of 'struct ucan_message_in' is less than 4 [-Wpacked-not-aligned]
Mark the outer structure to have the same alignment as the inner
one.
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Arnd Bergmann <[email protected]>
Signed-off-by: Marc Kleine-Budde <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/futex-contention.py')
0 files changed, 0 insertions, 0 deletions