mirror of
https://github.com/lkl/linux.git
synced 2025-12-21 09:03:14 +09:00
__packed is only defined in kernel space, so we should use __attribute__((packed)) for the code shared between kernel and user space. Two __attribute() annotations are replaced with __attribute__() too. Signed-off-by: Changli Gao <xiaosuo@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
6.0 KiB
6.0 KiB