Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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/20231025132314.5878-10-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>

+1 -1
+1 -1
include/sound/wavefront.h
··· 468 468 */ 469 469 470 470 u8 sixteen_bit_padding; 471 - } __attribute__((packed)) wavefront_alias; 471 + } __packed wavefront_alias; 472 472 473 473 typedef struct wf_drum { 474 474 u8 PatchNumber;