Re: [PATCH] Doc: admin-guide: use correct legends in kernel-parameters.txt

From: Jonathan Corbet
Date: Tue Aug 11 2020 - 12:42:26 EST


On Sun, 9 Aug 2020 19:49:41 -0700
Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote:

> Documentation/admin-guide/kernel-parameters.rst includes a legend
> telling us what configurations or hardware platforms are relevant
> for certain boot options. For X86, it is spelled "X86" and for
> x86_64, it is spelled "X86-64", so make corrections for those.
>
> Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
> Cc: Jonathan Corbet <corbet@xxxxxxx>
> Cc: linux-doc@xxxxxxxxxxxxxxx
> Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
> Cc: Ingo Molnar <mingo@xxxxxxxxxx>
> Cc: Borislav Petkov <bp@xxxxxxxxx>
> Cc: x86@xxxxxxxxxx
> ---
> Documentation/admin-guide/kernel-parameters.txt | 36 +++++++-------
> 1 file changed, 18 insertions(+), 18 deletions(-)

Applied, thanks.

jon