diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2023-07-28 06:15:03 +0200 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2023-07-31 04:29:12 +0000 |
commit | b39abc7bab854c0cd923db778c80f9e67b85f51f (patch) | |
tree | 6320a1a1018c706ded4af11bccceb06f917d12fb /configs/config.prodrive_hermes.x86_64 | |
parent | f7926461da1b080d78860dd5c9fba6cb8452dbd6 (diff) |
soc/intel/alderlake/hsphy.c: Use C99 flexible arrays
Use C99 flexible arrays instead of older style of one-element or
zero-length arrays.
It allows the compiler to generate errors when the flexible array does
not occur at the end in the structure.
Change-Id: Id0baf970dbe94a8ebf75f8dbabc6abe345d1c454
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76783
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'configs/config.prodrive_hermes.x86_64')
0 files changed, 0 insertions, 0 deletions