linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: Fix path to MTD command line partition parser
@ 2020-02-18 15:02 Jonathan Neuschäfer
  2020-02-19  9:43 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Neuschäfer @ 2020-02-18 15:02 UTC (permalink / raw)
  To: linux-doc
  Cc: Jonathan Neuschäfer, Jonathan Corbet, Linus Walleij,
	Richard Weinberger, Thomas Gleixner, Mauro Carvalho Chehab,
	Josh Poimboeuf, Andrew Morton, Pawan Gupta, Juergen Gross,
	linux-kernel

cmdlinepart.c has been moved to drivers/mtd/parsers/.

Fixes: a3f12a35c91d ("mtd: parsers: Move CMDLINE parser")
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
 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 dbc22d684627..47cd55e339a5 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -2791,7 +2791,7 @@
 			<name>,<region-number>[,<base>,<size>,<buswidth>,<altbuswidth>]

 	mtdparts=	[MTD]
-			See drivers/mtd/cmdlinepart.c.
+			See drivers/mtd/parsers/cmdlinepart.c

 	multitce=off	[PPC]  This parameter disables the use of the pSeries
 			firmware feature for updating multiple TCE entries
--
2.20.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] docs: Fix path to MTD command line partition parser
  2020-02-18 15:02 [PATCH] docs: Fix path to MTD command line partition parser Jonathan Neuschäfer
@ 2020-02-19  9:43 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2020-02-19  9:43 UTC (permalink / raw)
  To: Jonathan Neuschäfer
  Cc: linux-doc, Linus Walleij, Richard Weinberger, Thomas Gleixner,
	Mauro Carvalho Chehab, Josh Poimboeuf, Andrew Morton,
	Pawan Gupta, Juergen Gross, linux-kernel

On Tue, 18 Feb 2020 16:02:19 +0100
Jonathan Neuschäfer <j.neuschaefer@gmx.net> wrote:

> cmdlinepart.c has been moved to drivers/mtd/parsers/.
> 
> Fixes: a3f12a35c91d ("mtd: parsers: Move CMDLINE parser")
> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
> ---
>  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 dbc22d684627..47cd55e339a5 100644
> --- a/Documentation/admin-guide/kernel-parameters.txt
> +++ b/Documentation/admin-guide/kernel-parameters.txt
> @@ -2791,7 +2791,7 @@
>  			<name>,<region-number>[,<base>,<size>,<buswidth>,<altbuswidth>]
> 
>  	mtdparts=	[MTD]
> -			See drivers/mtd/cmdlinepart.c.
> +			See drivers/mtd/parsers/cmdlinepart.c

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-19  9:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-18 15:02 [PATCH] docs: Fix path to MTD command line partition parser Jonathan Neuschäfer
2020-02-19  9:43 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).