2020-04-28 13:40:17

by FLAVIO SULIGOI

[permalink] [raw]
Subject: [PATCH] Documentation: x86: fix space instead of tab in uefi doc

Signed-off-by: Flavio Suligoi <[email protected]>
---
Documentation/x86/x86_64/uefi.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/x86/x86_64/uefi.rst b/Documentation/x86/x86_64/uefi.rst
index 88c3ba3..3b89410 100644
--- a/Documentation/x86/x86_64/uefi.rst
+++ b/Documentation/x86/x86_64/uefi.rst
@@ -36,7 +36,7 @@ Mechanics

elilo bootloader with x86_64 support, elilo configuration file,
kernel image built in first step and corresponding
- initrd. Instructions on building elilo and its dependencies
+ initrd. Instructions on building elilo and its dependencies
can be found in the elilo sourceforge project.

- Boot to EFI shell and invoke elilo choosing the kernel image built
--
2.7.4


2020-04-28 18:32:08

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] Documentation: x86: fix space instead of tab in uefi doc

On Tue, 28 Apr 2020 15:32:25 +0200
Flavio Suligoi <[email protected]> wrote:

> Signed-off-by: Flavio Suligoi <[email protected]>
> ---
> Documentation/x86/x86_64/uefi.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/x86/x86_64/uefi.rst b/Documentation/x86/x86_64/uefi.rst
> index 88c3ba3..3b89410 100644
> --- a/Documentation/x86/x86_64/uefi.rst
> +++ b/Documentation/x86/x86_64/uefi.rst
> @@ -36,7 +36,7 @@ Mechanics
>
> elilo bootloader with x86_64 support, elilo configuration file,
> kernel image built in first step and corresponding
> - initrd. Instructions on building elilo and its dependencies
> + initrd. Instructions on building elilo and its dependencies
> can be found in the elilo sourceforge project.

Applied, thanks.

jon