projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce8466c
)
ALSA: opl3: Replace with __packed attribute
author
Takashi Iwai
<tiwai@suse.de>
Wed, 25 Oct 2023 13:23:11 +0000
(15:23 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 26 Oct 2023 07:43:15 +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-9-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/opl3.h
patch
|
blob
|
history
diff --git
a/include/sound/opl3.h
b/include/sound/opl3.h
index ebf3852da9fe36053464cfac42c9a35f596b0e51..052395a2f8764eb534027099f68a8f36c9d744ce 100644
(file)
--- a/
include/sound/opl3.h
+++ b/
include/sound/opl3.h
@@
-229,7
+229,7
@@
struct fm_operator {
unsigned char attack_decay;
unsigned char sustain_release;
unsigned char wave_select;
-} __
attribute__((packed))
;
+} __
packed
;
/* Instrument data */
struct fm_instrument {