Re: [PATCH 12/13] boot: Correct indentation in efi bootmeth

2024-07-21 Thread Ilias Apalodimas
On Mon, 15 Jul 2024 at 13:14, Simon Glass wrote: > > Fix a minor indentation / whitespace problem in a comment. > > Signed-off-by: Simon Glass > --- > > boot/bootmeth_efi.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/boot/bootmeth_efi.c b/boot/bootmeth_efi.c > index

Re: [PATCH 12/13] boot: Correct indentation in efi bootmeth

2024-07-15 Thread Heinrich Schuchardt
On 7/15/24 12:13, Simon Glass wrote: Fix a minor indentation / whitespace problem in a comment. Signed-off-by: Simon Glass Reviewed-by: Heinrich Schuchardt --- boot/bootmeth_efi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/bootmeth_efi.c b/boot/bootmeth_ef

Re: [PATCH 12/13] boot: Correct indentation in efi bootmeth

2024-07-15 Thread Quentin Schulz
Hi Simon, On 7/15/24 12:13 PM, Simon Glass wrote: Fix a minor indentation / whitespace problem in a comment. Signed-off-by: Simon Glass Reviewed-by: Quentin Schulz Thanks! Quentin

[PATCH 12/13] boot: Correct indentation in efi bootmeth

2024-07-15 Thread Simon Glass
Fix a minor indentation / whitespace problem in a comment. Signed-off-by: Simon Glass --- boot/bootmeth_efi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/bootmeth_efi.c b/boot/bootmeth_efi.c index 56a6e47f5b2..39232eb2e25 100644 --- a/boot/bootmeth_efi.c +++ b/boot/