Skip to content

Commit 0e646fc

Browse files
committed
ALSA: wavefront: Replace with __packed attribute
Replace the old __attribute__((packed)) with the new __packed. Only cleanup, no functional changes. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 9ffbedf commit 0e646fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/sound/wavefront.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ typedef struct wf_alias {
468468
*/
469469

470470
u8 sixteen_bit_padding;
471-
} __attribute__((packed)) wavefront_alias;
471+
} __packed wavefront_alias;
472472

473473
typedef struct wf_drum {
474474
u8 PatchNumber;

0 commit comments

Comments
 (0)