loader/efi: Fix trivial whitespace error

Sponsored by:		Netflix
This commit is contained in:
Warner Losh
2025-04-11 15:45:27 -06:00
parent 97ddb6371b
commit 0d1d8c8cfa
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -244,7 +244,7 @@ struct multiboot_tag_mmap
multiboot_uint32_t size;
multiboot_uint32_t entry_size;
multiboot_uint32_t entry_version;
struct multiboot_mmap_entry entries[0];
struct multiboot_mmap_entry entries[0];
};
struct multiboot_vbe_info_block
@@ -388,7 +388,7 @@ struct multiboot_tag_efi_mmap
multiboot_uint32_t descr_size;
multiboot_uint32_t descr_vers;
multiboot_uint8_t efi_mmap[0];
};
};
struct multiboot_tag_efi32_ih
{
+1 -1
View File
@@ -414,7 +414,7 @@ bi_load(char *args, vm_offset_t *modulep, vm_offset_t *kernendp, bool exit_bs)
/* Handle device tree blob */
dtbp = addr;
dtb_size = fdt_copy(addr);
/* Pad to a page boundary */
if (dtb_size)
addr += roundup(dtb_size, PAGE_SIZE);
+1 -1
View File
@@ -4,7 +4,7 @@
* All rights reserved.
*
* Copyright (c) 2016-2019 Netflix, Inc. written by M. Warner Losh
*
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met: