From: Glenn Washburn Date: Wed, 28 Jun 2023 06:22:40 +0000 (-0500) Subject: loader/efi/linux: Fix formatting and remove unneeded parenthesis X-Git-Tag: grub-2.12-rc1~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=931a912b433e00004ddbe201e3678cb91c11b332;p=thirdparty%2Fgrub.git loader/efi/linux: Fix formatting and remove unneeded parenthesis Signed-off-by: Glenn Washburn Reviewed-by: Daniel Kiper --- diff --git a/grub-core/loader/efi/linux.c b/grub-core/loader/efi/linux.c index 3a910b565..43c4e2d3d 100644 --- a/grub-core/loader/efi/linux.c +++ b/grub-core/loader/efi/linux.c @@ -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