summaryrefslogtreecommitdiff
path: root/src/boot/efi
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/efi')
-rw-r--r--src/boot/efi/efi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/efi/efi.h b/src/boot/efi/efi.h
index 4e51078d3d..b8d193154e 100644
--- a/src/boot/efi/efi.h
+++ b/src/boot/efi/efi.h
@@ -165,7 +165,7 @@ typedef struct {
#define EFI_OS_INDICATIONS_JSON_CONFIG_DATA_REFRESH 0x80U
#define EFI_PAGE_SIZE 4096U
-#define EFI_SIZE_TO_PAGES(s) ((s) + 0xFFFU) >> 12U
+#define EFI_SIZE_TO_PAGES(s) (((s) + 0xFFFU) >> 12U)
/* These are common enough to warrant forward declaration. We also give them a
* shorter name for convenience. */