libertas: Add missing __packed annotation with struct_group()
authorKees Cook <keescook@chromium.org>
Wed, 1 Dec 2021 17:32:33 +0000 (09:32 -0800)
committerKalle Valo <kvalo@kernel.org>
Wed, 8 Dec 2021 18:39:53 +0000 (20:39 +0200)
commit978090ae8856edbf4d01d0c1f2103831da25f04c
treea171026394226360ad91c2f3a38282f76cd3e05e
parent1b8bb8919ef81bfc8873d223b9361f1685f2106d
libertas: Add missing __packed annotation with struct_group()

Build testing of the newly added struct_group() usage missed smaller
architecture width tests for changes to pahole output. Add the missed
__packed annotation with struct_group() usage in a __packed struct.

Reported-by: kernel test robot <lkp@intel.com>
Link: https://lore.kernel.org/linux-mm/202111302102.apaePz2J-lkp@intel.com
Fixes: 5fd32ae0433a ("libertas: Use struct_group() for memcpy() region")
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20211201173234.578124-2-keescook@chromium.org
drivers/net/wireless/marvell/libertas/host.h