diff mbox series

[06/11] ALSA: caiaq: Replace with __packed attribute

Message ID 20231025132314.5878-7-tiwai@suse.de (mailing list archive)
State Accepted
Commit 98a4e82e57063653593c6257660afc659acc0a2b
Headers show
Series ALSA: Replace with __packed attribute | expand

Commit Message

Takashi Iwai Oct. 25, 2023, 1:23 p.m. UTC
Replace the old __attribute__((packed)) with the new __packed.
Only cleanup, no functional changes.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
---
 sound/usb/caiaq/device.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/sound/usb/caiaq/device.h b/sound/usb/caiaq/device.h
index 50fea085765b..743eb0387b5f 100644
--- a/sound/usb/caiaq/device.h
+++ b/sound/usb/caiaq/device.h
@@ -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;