projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ffbedf
)
ALSA: wavefront: Replace with __packed attribute
author
Takashi Iwai
<tiwai@suse.de>
Wed, 25 Oct 2023 13:23:12 +0000
(15:23 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 26 Oct 2023 07:43:20 +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-10-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/wavefront.h
patch
|
blob
|
history
diff --git
a/include/sound/wavefront.h
b/include/sound/wavefront.h
index 37ed437e212350b7b2fdc87f752ce22cc994d82d..5360985bd183d8a5e842a7e7f5dc242bb8c91326 100644
(file)
--- a/
include/sound/wavefront.h
+++ b/
include/sound/wavefront.h
@@
-468,7
+468,7
@@
typedef struct wf_alias {
*/
u8 sixteen_bit_padding;
-} __
attribute__((packed))
wavefront_alias;
+} __
packed
wavefront_alias;
typedef struct wf_drum {
u8 PatchNumber;