Skip to content

Commit

Permalink
include/linux/efi.h: Remove unneeded whitespaces before tabs
Browse files Browse the repository at this point in the history
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
  • Loading branch information
Elyes HAOUAS authored and Ard Biesheuvel committed Nov 21, 2021
1 parent fa55b7d commit f65b813
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/linux/efi.h
Original file line number Diff line number Diff line change
Expand Up @@ -570,8 +570,8 @@ extern struct efi {
unsigned long flags;
} efi;

#define EFI_RT_SUPPORTED_GET_TIME 0x0001
#define EFI_RT_SUPPORTED_SET_TIME 0x0002
#define EFI_RT_SUPPORTED_GET_TIME 0x0001
#define EFI_RT_SUPPORTED_SET_TIME 0x0002
#define EFI_RT_SUPPORTED_GET_WAKEUP_TIME 0x0004
#define EFI_RT_SUPPORTED_SET_WAKEUP_TIME 0x0008
#define EFI_RT_SUPPORTED_GET_VARIABLE 0x0010
Expand Down Expand Up @@ -838,7 +838,7 @@ extern int efi_status_to_err(efi_status_t status);
#define EFI_VARIABLE_TIME_BASED_AUTHENTICATED_WRITE_ACCESS 0x0000000000000020
#define EFI_VARIABLE_APPEND_WRITE 0x0000000000000040

#define EFI_VARIABLE_MASK (EFI_VARIABLE_NON_VOLATILE | \
#define EFI_VARIABLE_MASK (EFI_VARIABLE_NON_VOLATILE | \
EFI_VARIABLE_BOOTSERVICE_ACCESS | \
EFI_VARIABLE_RUNTIME_ACCESS | \
EFI_VARIABLE_HARDWARE_ERROR_RECORD | \
Expand Down

0 comments on commit f65b813

Please sign in to comment.