include/linux/efi.h: Remove unneeded whitespaces before tabs
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
This commit is contained in:
parent
fa55b7dcdc
commit
f65b813209
@ -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
|
||||
@ -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 | \
|
||||
|
Loading…
Reference in New Issue
Block a user