summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2023-04-22 18:32:08 -0400
committerTom Rini <[email protected]>2023-04-22 18:32:08 -0400
commit39bc4e12aba9b415c2bc19c0209661146c6e6f2a (patch)
tree1133f0583ce5dbfdcc650f0c4ded1aa4496be10f /include
parent802132c48a2e6b66ec83b7bb66fb96f2ba87c957 (diff)
parentb10bfd0019f601e2608370ed47741da201423d55 (diff)
Merge tag 'efi-2023-07-rc1-2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request for efi-2023-07-rc1-2 Documentation: * Describe Python coding style UEFI: * Enable tests for authenticated capsules on the sandbox * Fix pylint warnings * Correct struct efi_hii_keyboard_layout definition
Diffstat (limited to 'include')
-rw-r--r--include/efi_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/efi_api.h b/include/efi_api.h
index dc6e5ce236c..2fd0221c1c7 100644
--- a/include/efi_api.h
+++ b/include/efi_api.h
@@ -1173,7 +1173,7 @@ struct efi_hii_keyboard_layout {
efi_guid_t guid;
u32 layout_descriptor_string_offset;
u8 descriptor_count;
- struct efi_key_descriptor descriptors[];
+ /* struct efi_key_descriptor descriptors[]; follows here */
} __packed;
struct efi_hii_keyboard_package {