diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2020-02-18 16:02:19 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-02-19 10:43:40 +0100 |
commit | fb2511247dc4061fd122d0195838278a4a0b7b59 (patch) | |
tree | 2c5904fc6fd2a52d4a70fbfb0cb43c923fd0d47d /Documentation/admin-guide/kernel-parameters.txt | |
parent | docs: arm: tcm: Fix a few typos (diff) | |
download | linux-fb2511247dc4061fd122d0195838278a4a0b7b59.tar.xz linux-fb2511247dc4061fd122d0195838278a4a0b7b59.zip |
docs: Fix path to MTD command line partition parser
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>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to '')
-rw-r--r-- | Documentation/admin-guide/kernel-parameters.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |