[PATCH] docs: kernel-parameters: fix double word typo in initramfs_options

Pranav Kharche posted 1 patch 1 month, 1 week ago
Documentation/admin-guide/kernel-parameters.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: kernel-parameters: fix double word typo in initramfs_options
Posted by Pranav Kharche 1 month, 1 week ago
Remove the repeated word for at line 6485 in the initramfs_options
entry.

Signed-off-by: Pranav Kharche <pranavkharche7@gmail.com>
---
 Documentation/admin-guide/kernel-parameters.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
index 6c42061ca..38fa10e92 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -6483,7 +6483,7 @@
 	rootflags=	[KNL] Set root filesystem mount option string
 
 	initramfs_options= [KNL]
-                        Specify mount options for for the initramfs mount.
+                        Specify mount options for the initramfs mount.
 
 	rootfstype=	[KNL] Set root filesystem type
 
-- 
2.34.1
Re: [PATCH] docs: kernel-parameters: fix double word typo in initramfs_options
Posted by Jonathan Corbet 1 month, 1 week ago
Pranav Kharche <pranavkharche7@gmail.com> writes:

> Remove the repeated word for at line 6485 in the initramfs_options
> entry.
>
> Signed-off-by: Pranav Kharche <pranavkharche7@gmail.com>
> ---
>  Documentation/admin-guide/kernel-parameters.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
> index 6c42061ca..38fa10e92 100644
> --- a/Documentation/admin-guide/kernel-parameters.txt
> +++ b/Documentation/admin-guide/kernel-parameters.txt
> @@ -6483,7 +6483,7 @@
>  	rootflags=	[KNL] Set root filesystem mount option string
>  
>  	initramfs_options= [KNL]
> -                        Specify mount options for for the initramfs mount.
> +                        Specify mount options for the initramfs mount.

This doesn't apply to docs-next; can I get you to respin (against
7.0-rc1 would be fine)?

Thanks,

jon