efi/libstub: whitespace cleanup
authorArd Biesheuvel <ardb@kernel.org>
Mon, 2 Nov 2020 16:11:49 +0000 (17:11 +0100)
committerArd Biesheuvel <ardb@kernel.org>
Tue, 19 Jan 2021 16:57:15 +0000 (17:57 +0100)
Trivial whitespace cleanup.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
include/linux/efi.h

index 0c31af36697c6b59eb083157470faf6d9b073545..2537a246c2d6dcf681157d2a15b0bef847d35d6d 100644 (file)
 #include <asm/page.h>
 
 #define EFI_SUCCESS            0
-#define EFI_LOAD_ERROR          ( 1 | (1UL << (BITS_PER_LONG-1)))
+#define EFI_LOAD_ERROR         ( 1 | (1UL << (BITS_PER_LONG-1)))
 #define EFI_INVALID_PARAMETER  ( 2 | (1UL << (BITS_PER_LONG-1)))
 #define EFI_UNSUPPORTED                ( 3 | (1UL << (BITS_PER_LONG-1)))
-#define EFI_BAD_BUFFER_SIZE     ( 4 | (1UL << (BITS_PER_LONG-1)))
+#define EFI_BAD_BUFFER_SIZE    ( 4 | (1UL << (BITS_PER_LONG-1)))
 #define EFI_BUFFER_TOO_SMALL   ( 5 | (1UL << (BITS_PER_LONG-1)))
 #define EFI_NOT_READY          ( 6 | (1UL << (BITS_PER_LONG-1)))
 #define EFI_DEVICE_ERROR       ( 7 | (1UL << (BITS_PER_LONG-1)))