[PATCH v2] docs: kernel-parameters: Fix repeated word in initramfs_options entry

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 v2] docs: kernel-parameters: Fix repeated word in initramfs_options entry
Posted by Pranav Kharche 1 month, 1 week ago
Remove the duplicate word 'for' in the initramfs_options description.

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 cb850e5290c2..c3460c920f84 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -6733,7 +6733,7 @@ Kernel parameters
 			Default is 'on'.
 
 	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 v2] docs: kernel-parameters: Fix repeated word in initramfs_options entry
Posted by Jonathan Corbet 1 month, 1 week ago
Pranav Kharche <pranavkharche7@gmail.com> writes:

> Remove the duplicate word 'for' in the initramfs_options description.
>
> 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 cb850e5290c2..c3460c920f84 100644
> --- a/Documentation/admin-guide/kernel-parameters.txt
> +++ b/Documentation/admin-guide/kernel-parameters.txt
> @@ -6733,7 +6733,7 @@ Kernel parameters
>  			Default is 'on'.
>  
>  	initramfs_options= [KNL]
> -                        Specify mount options for for the initramfs mount.
> +			Specify mount options for the initramfs mount.
>  

Applied, thanks.

For future reference, when sending an updated version of a patch, it is
helpful to say what changed below the "---" line.

jon