From bad49da2bc4702dc3a12b6a4f07a87a70bf521b4 Mon Sep 17 00:00:00 2001 From: Masahisa Kojima Date: Mon, 6 Sep 2021 12:04:12 +0900 Subject: efi_loader: boot_service_capability_min should be capitalized boot_service_capability_min is constant, it should be capitalized. Signed-off-by: Masahisa Kojima Acked-by: Ilias Apalodimas Reviewed-by: Heinrich Schuchardt --- include/efi_tcg2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/efi_tcg2.h') diff --git a/include/efi_tcg2.h b/include/efi_tcg2.h index c99384fb00..5a1a36212e 100644 --- a/include/efi_tcg2.h +++ b/include/efi_tcg2.h @@ -130,7 +130,7 @@ struct efi_tcg2_boot_service_capability { }; /* up to and including the vendor ID (manufacturer_id) field */ -#define boot_service_capability_min \ +#define BOOT_SERVICE_CAPABILITY_MIN \ offsetof(struct efi_tcg2_boot_service_capability, number_of_pcr_banks) #define TCG_EFI_SPEC_ID_EVENT_SIGNATURE_03 "Spec ID Event03" -- cgit v1.2.3