projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e244953
)
ALSA: caiaq: Replace with __packed attribute
author
Takashi Iwai
<tiwai@suse.de>
Wed, 25 Oct 2023 13:23:09 +0000
(15:23 +0200)
committer
Takashi 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
patch
|
blob
|
history
diff --git
a/sound/usb/caiaq/device.h
b/sound/usb/caiaq/device.h
index 50fea085765b2b919406d127ded009f658338a82..743eb0387b5fbb9f462c9d7cae7d9d22c36b1443 100644
(file)
--- 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;