mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-09-17 03:04:26 -05:00
staging: rtl8723bs: Replace __attribute__((__packed__)) with __packed in rtl8723b_hal.h
Replace __attribute__((__packed__)) with the preferred __packed macro to fix a checkpatch.pl warning. Signed-off-by: Pramod Maurya <pramod.nexgen@gmail.com> Link: https://patch.msgid.link/20260510110338.98540-1-pramod.nexgen@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
3fb7c93716
commit
b36ddb456f
@@ -170,7 +170,7 @@ struct c2h_evt_hdr_t {
|
||||
u8 CmdID;
|
||||
u8 CmdLen;
|
||||
u8 CmdSeq;
|
||||
} __attribute__((__packed__));
|
||||
} __packed;
|
||||
|
||||
enum { /* tag_Package_Definition */
|
||||
PACKAGE_DEFAULT,
|
||||
|
||||
Reference in New Issue
Block a user