drivers/net: use __packed annotation
cleanup patch. Use new __packed annotation in drivers/net/ 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
1273d97674
commit
ba2d358791
@@ -207,7 +207,7 @@ struct kaweth_ethernet_configuration
|
||||
__le16 segment_size;
|
||||
__u16 max_multicast_filters;
|
||||
__u8 reserved3;
|
||||
} __attribute__ ((packed));
|
||||
} __packed;
|
||||
|
||||
/****************************************************************
|
||||
* kaweth_device
|
||||
|
Reference in New Issue
Block a user