loader/efi: Fix trivial whitespace error
Sponsored by: Netflix
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user