]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
staging: rtl8723bs: Replace __attribute__((packed)) with __packed in wifi.h
authorPramod Maurya <pramod.nexgen@gmail.com>
Sun, 10 May 2026 10:36:26 +0000 (06:36 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 11 May 2026 08:09:05 +0000 (10:09 +0200)
commit3fb7c93716d36395ffec52d4c2d50f85fd5b451c
tree436fc3e9a8cbf8fb8bb04713f10c86704f6e79f8
parentc87a4d3344094ddac866b2a02397d26817c3a647
staging: rtl8723bs: Replace __attribute__((packed)) with __packed in wifi.h

Replace all occurrences of __attribute__((packed)) with the preferred
__packed macro in wifi.h to fix checkpatch.pl warnings.

Signed-off-by: Pramod Maurya <pramod.nexgen@gmail.com>
Link: https://patch.msgid.link/20260510103630.80917-1-pramod.nexgen@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/include/wifi.h