ALSA: caiaq: Replace with __packed attribute
authorTakashi Iwai <tiwai@suse.de>
Wed, 25 Oct 2023 13:23:09 +0000 (15:23 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 26 Oct 2023 07:43:07 +0000 (09:43 +0200)
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>
sound/usb/caiaq/device.h

index 50fea085765b2b919406d127ded009f658338a82..743eb0387b5fbb9f462c9d7cae7d9d22c36b1443 100644 (file)
@@ -53,7 +53,7 @@ struct caiaq_device_spec {
        unsigned char num_midi_out;
        unsigned char num_midi_in;
        unsigned char data_alignment;
-} __attribute__ ((packed));
+} __packed;
 
 struct snd_usb_caiaq_cb_info;