mbox series

[0/2] libertas: Add missing __packed annotations

Message ID 20211201173234.578124-1-keescook@chromium.org (mailing list archive)
Headers show
Series libertas: Add missing __packed annotations | expand

Message

Kees Cook Dec. 1, 2021, 5:32 p.m. UTC
Hi,

This fixes the missing __packed annotations in libertas and libertas_af
noticed by lkp:
https://lore.kernel.org/linux-mm/202111302102.apaePz2J-lkp@intel.com

Thanks!

-Kees

Kees Cook (2):
  libertas: Add missing __packed annotation with struct_group()
  libertas_tf: Add missing __packed annotations

 drivers/net/wireless/marvell/libertas/host.h  |  2 +-
 .../marvell/libertas_tf/libertas_tf.h         | 28 +++++++++----------
 2 files changed, 15 insertions(+), 15 deletions(-)