Commit 314866a
committed
efivar-types.h: fix alignment of efi_guid_t
The current alignment of 1 can lead to a lot of Walign-mismatch warnings
in C++. This behavior also doesn't seem to be up to spec, as evidenced
by a similar change made in the Linux ARM kernel:
https://patchwork.kernel.org/project/linux-arm-kernel/patch/[email protected]/1 parent c71c434 commit 314866a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments