Re: [PATCH] efi: add missed space in GRUB_EFI_GLOBAL_VARIABLE_GUID

2020-03-27 Thread Daniel Kiper
On Fri, Mar 27, 2020 at 12:50:31PM +, Flavio Suligoi wrote: > Hi Vladimir and Adrian, > > > On 3/27/20 1:11 PM, Vladimir 'phcoder' Serbinenko wrote: > > > Could you explain why we would need this patch? It changes nothing > > AFAICT > > > > It's a cosmetic change, there is one space character m

RE: [PATCH] efi: add missed space in GRUB_EFI_GLOBAL_VARIABLE_GUID

2020-03-27 Thread Flavio Suligoi
Hi Vladimir and Adrian, > > On 3/27/20 1:11 PM, Vladimir 'phcoder' Serbinenko wrote: > > Could you explain why we would need this patch? It changes nothing > AFAICT > > It's a cosmetic change, there is one space character missing before the > last > value in the curly braces: Exactly, this is a

Re: [PATCH] efi: add missed space in GRUB_EFI_GLOBAL_VARIABLE_GUID

2020-03-27 Thread John Paul Adrian Glaubitz
On 3/27/20 1:11 PM, Vladimir 'phcoder' Serbinenko wrote: > Could you explain why we would need this patch? It changes nothing AFAICT It's a cosmetic change, there is one space character missing before the last value in the curly braces: >> #define GRUB_EFI_GLOBAL_VARIABLE_GUID \ >> - { 0x8BE4DF

Re: [PATCH] efi: add missed space in GRUB_EFI_GLOBAL_VARIABLE_GUID

2020-03-27 Thread Vladimir 'phcoder' Serbinenko
Could you explain why we would need this patch? It changes nothing AFAICT On Fri, Mar 27, 2020, 12:01 Flavio Suligoi wrote: > Signed-off-by: Flavio Suligoi > --- > include/grub/efi/api.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/grub/efi/api.h b/include/g

[PATCH] efi: add missed space in GRUB_EFI_GLOBAL_VARIABLE_GUID

2020-03-27 Thread Flavio Suligoi
Signed-off-by: Flavio Suligoi --- include/grub/efi/api.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/grub/efi/api.h b/include/grub/efi/api.h index d6f4de1..937058d 100644 --- a/include/grub/efi/api.h +++ b/include/grub/efi/api.h @@ -1295,7 +1295,7 @@ struct grub_ef