Skip to content

Commit 98a4e82

Browse files
committed
ALSA: caiaq: 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-7-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent e244953 commit 98a4e82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sound/usb/caiaq/device.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ struct caiaq_device_spec {
5353
unsigned char num_midi_out;
5454
unsigned char num_midi_in;
5555
unsigned char data_alignment;
56-
} __attribute__ ((packed));
56+
} __packed;
5757

5858
struct snd_usb_caiaq_cb_info;
5959

0 commit comments

Comments
 (0)