[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [PATCH] efi: add missed space in GRUB_EFI_GLOBAL_VARIABLE_GUID
From: |
Flavio Suligoi |
Subject: |
RE: [PATCH] efi: add missed space in GRUB_EFI_GLOBAL_VARIABLE_GUID |
Date: |
Fri, 27 Mar 2020 12:50:31 +0000 |
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 cosmetic patch only.
I'm working on a new EFI feature for our custom boards and I noticed this
missed space.
>
> >> #define GRUB_EFI_GLOBAL_VARIABLE_GUID \
> >> - { 0x8BE4DF61, 0x93CA, 0x11d2, { 0xAA, 0x0D, 0x00, 0xE0, 0x98, 0x03,
> >> 0x2B,0x8C }}
> >> + { 0x8BE4DF61, 0x93CA, 0x11d2, { 0xAA, 0x0D, 0x00, 0xE0, 0x98, 0x03,
> >> 0x2B, 0x8C }}
> Adrian
>
> --
> .''`. John Paul Adrian Glaubitz
> : :' : Debian Developer - address@hidden
> `. `' Freie Universitaet Berlin - address@hidden
> `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
>
> _______________________________________________
> Grub-devel mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/grub-devel