Re: [net-next 1/6] net: marvell: prestera: Add driver for Prestera family ASIC devices
From: David Miller
Date: Fri May 29 2020 - 20:18:43 EST
Please remove all of the __packed attributes.
I looked at your data structures and all of them use fixed sized types
and are multiples of 4 so the __packed attribute is completely
unnecessary.
The alignment attribute is also unnecessary so please remove that too.