diff mbox series

Documentation: Remove unused "mtdset=" from kernel-parameters.txt

Message ID 20240614182508.600113-1-thuth@redhat.com
State New
Headers show
Series Documentation: Remove unused "mtdset=" from kernel-parameters.txt | expand

Commit Message

Thomas Huth June 14, 2024, 6:25 p.m. UTC
The kernel parameter "mtdset" has been removed two years ago in
commit 61b7f8920b17 ("ARM: s3c: remove all s3c24xx support") and
thus should be removed from the documentation now, too.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 Documentation/admin-guide/kernel-parameters.txt | 5 -----
 1 file changed, 5 deletions(-)

Comments

Randy Dunlap June 14, 2024, 8:33 p.m. UTC | #1
On 6/14/24 11:25 AM, Thomas Huth wrote:
> The kernel parameter "mtdset" has been removed two years ago in
> commit 61b7f8920b17 ("ARM: s3c: remove all s3c24xx support") and
> thus should be removed from the documentation now, too.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>

Reviewed-by: Randy Dunlap <rdunlap@infradead.org>

Thanks.

> ---
>  Documentation/admin-guide/kernel-parameters.txt | 5 -----
>  1 file changed, 5 deletions(-)
> 
> diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
> index 87d5bee924fe..ff02e1a02e12 100644
> --- a/Documentation/admin-guide/kernel-parameters.txt
> +++ b/Documentation/admin-guide/kernel-parameters.txt
> @@ -3631,11 +3631,6 @@
>  	mtdparts=	[MTD]
>  			See drivers/mtd/parsers/cmdlinepart.c
>  
> -	mtdset=		[ARM]
> -			ARM/S3C2412 JIVE boot control
> -
> -			See arch/arm/mach-s3c/mach-jive.c
> -
>  	mtouchusb.raw_coordinates=
>  			[HW] Make the MicroTouch USB driver use raw coordinates
>  			('y', default) or cooked coordinates ('n')
Jonathan Corbet June 17, 2024, 10:24 p.m. UTC | #2
Thomas Huth <thuth@redhat.com> writes:

> The kernel parameter "mtdset" has been removed two years ago in
> commit 61b7f8920b17 ("ARM: s3c: remove all s3c24xx support") and
> thus should be removed from the documentation now, too.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  Documentation/admin-guide/kernel-parameters.txt | 5 -----
>  1 file changed, 5 deletions(-)
>
> diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
> index 87d5bee924fe..ff02e1a02e12 100644
> --- a/Documentation/admin-guide/kernel-parameters.txt
> +++ b/Documentation/admin-guide/kernel-parameters.txt
> @@ -3631,11 +3631,6 @@
>  	mtdparts=	[MTD]
>  			See drivers/mtd/parsers/cmdlinepart.c
>  
> -	mtdset=		[ARM]
> -			ARM/S3C2412 JIVE boot control
> -
> -			See arch/arm/mach-s3c/mach-jive.c

Applied, thanks.

jon
diff mbox series

Patch

diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
index 87d5bee924fe..ff02e1a02e12 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -3631,11 +3631,6 @@ 
 	mtdparts=	[MTD]
 			See drivers/mtd/parsers/cmdlinepart.c
 
-	mtdset=		[ARM]
-			ARM/S3C2412 JIVE boot control
-
-			See arch/arm/mach-s3c/mach-jive.c
-
 	mtouchusb.raw_coordinates=
 			[HW] Make the MicroTouch USB driver use raw coordinates
 			('y', default) or cooked coordinates ('n')