net: use __packed annotation
cleanup patch. Use new __packed annotation in net/ and include/ (except netfilter) Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
ba2d358791
commit
bc10502dba
@@ -1817,7 +1817,7 @@ malformed:
|
||||
struct __sctp_missing {
|
||||
__be32 num_missing;
|
||||
__be16 type;
|
||||
} __attribute__((packed));
|
||||
} __packed;
|
||||
|
||||
/*
|
||||
* Report a missing mandatory parameter.
|
||||
|
Reference in New Issue
Block a user