commit | 5dca69c425bcd9b6a9295156e2ba716e42a78557 | [log] [tgz] |
---|---|---|
author | Shannon Nelson <snelson@pensando.io> | Fri Mar 06 17:04:02 2020 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 09 19:34:04 2020 -0700 |
tree | cda553e466c8ded4b080876cfd71d5ea46a2488d | |
parent | 30a1e6d0f8e26069b45a16d92dc739764cd857bc [diff] |
ionic: remove pragma packed Replace the misguided "#pragma packed" with tags on each struct/union definition that actually needs it. This is safer and more efficient on the various compilers and architectures. Signed-off-by: Shannon Nelson <snelson@pensando.io> Signed-off-by: David S. Miller <davem@davemloft.net>