linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] include/linux/efi.h: Remove unneeded whitespaces before tabs
@ 2021-10-28 21:05 Elyes HAOUAS
  2021-11-21 16:04 ` Ard Biesheuvel
  0 siblings, 1 reply; 2+ messages in thread
From: Elyes HAOUAS @ 2021-10-28 21:05 UTC (permalink / raw)
  To: linux-efi; +Cc: Elyes HAOUAS

Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
---
 include/linux/efi.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/linux/efi.h b/include/linux/efi.h
index 6b5d36babfcc..d009149df23c 100644
--- a/include/linux/efi.h
+++ b/include/linux/efi.h
@@ -569,8 +569,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
@@ -837,7 +837,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 | \
-- 
2.33.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] include/linux/efi.h: Remove unneeded whitespaces before tabs
  2021-10-28 21:05 [PATCH] include/linux/efi.h: Remove unneeded whitespaces before tabs Elyes HAOUAS
@ 2021-11-21 16:04 ` Ard Biesheuvel
  0 siblings, 0 replies; 2+ messages in thread
From: Ard Biesheuvel @ 2021-11-21 16:04 UTC (permalink / raw)
  To: Elyes HAOUAS; +Cc: linux-efi

On Thu, 28 Oct 2021 at 23:11, Elyes HAOUAS <ehaouas@noos.fr> wrote:
>
> Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>

Queued, thanks.

> ---
>  include/linux/efi.h | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/include/linux/efi.h b/include/linux/efi.h
> index 6b5d36babfcc..d009149df23c 100644
> --- a/include/linux/efi.h
> +++ b/include/linux/efi.h
> @@ -569,8 +569,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
> @@ -837,7 +837,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 | \
> --
> 2.33.0
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-21 16:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-28 21:05 [PATCH] include/linux/efi.h: Remove unneeded whitespaces before tabs Elyes HAOUAS
2021-11-21 16:04 ` Ard Biesheuvel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).