summaryrefslogtreecommitdiffstats
path: root/net/bpfilter
diff options
context:
space:
mode:
authorErik Flodin <erik@flodin.me>2021-04-25 16:14:35 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2021-04-25 19:43:00 +0200
commite6b031d3c37f79d135c642834bdda7233a29db8d (patch)
tree74599cef33e1ab23a1eed7226c078810302cbcb2 /net/bpfilter
parent924e464f4a8a0bb9e011ed37342e7c23c1670dc2 (diff)
downloadlinux-e6b031d3c37f79d135c642834bdda7233a29db8d.tar.bz2
can: proc: fix rcvlist_* header alignment on 64-bit system
Before this fix, the function and userdata columns weren't aligned: device can_id can_mask function userdata matches ident vcan0 92345678 9fffffff 0000000000000000 0000000000000000 0 raw vcan0 123 00000123 0000000000000000 0000000000000000 0 raw After the fix they are: device can_id can_mask function userdata matches ident vcan0 92345678 9fffffff 0000000000000000 0000000000000000 0 raw vcan0 123 00000123 0000000000000000 0000000000000000 0 raw Link: Link: https://lore.kernel.org/r/20210425141440.229653-1-erik@flodin.me Signed-off-by: Erik Flodin <erik@flodin.me> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'net/bpfilter')
0 files changed, 0 insertions, 0 deletions