loader/efi/linux: Fix formatting and remove unneeded parenthesis
Signed-off-by: Glenn Washburn <development@efficientek.com> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
This commit is contained in:
parent
64395c5ab2
commit
931a912b43
@ -251,8 +251,8 @@ grub_linux_boot (void)
|
||||
return grub_errno;
|
||||
#endif
|
||||
|
||||
return (grub_arch_efi_linux_boot_image((grub_addr_t)kernel_addr,
|
||||
kernel_size, linux_args));
|
||||
return grub_arch_efi_linux_boot_image ((grub_addr_t) kernel_addr,
|
||||
kernel_size, linux_args);
|
||||
}
|
||||
|
||||
static grub_err_t
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user