diff options
| author | Pramod Maurya <pramod.nexgen@gmail.com> | 2026-05-10 07:03:34 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2026-05-11 10:09:07 +0200 |
| commit | b36ddb456fe18696dca7aeb11e4936d55446f8a0 (patch) | |
| tree | 54d0285d5028606d95afbedd0266107e4e730928 /drivers | |
| parent | 3fb7c93716d36395ffec52d4c2d50f85fd5b451c (diff) | |
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>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/staging/rtl8723bs/include/rtl8723b_hal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8723bs/include/rtl8723b_hal.h b/drivers/staging/rtl8723bs/include/rtl8723b_hal.h index 8e04e6a4cb01..b6006110ad6b 100644 --- a/drivers/staging/rtl8723bs/include/rtl8723b_hal.h +++ b/drivers/staging/rtl8723bs/include/rtl8723b_hal.h @@ -170,7 +170,7 @@ struct c2h_evt_hdr_t { u8 CmdID; u8 CmdLen; u8 CmdSeq; -} __attribute__((__packed__)); +} __packed; enum { /* tag_Package_Definition */ PACKAGE_DEFAULT, |
