diff mbox series

[4/6] powerpc/fadump: Update fadump ducumentation on quoting arguments.

Message ID 31980608f5b18f850076f4abe4f8aa2077b02fd0.1505494668.git.msuchanek@suse.de (mailing list archive)
State Superseded
Headers show
Series [1/6] lib/cmdline.c: Add backslash support to kernel commandline parsing. | expand

Commit Message

Michal Suchánek Sept. 15, 2017, 5:02 p.m. UTC
Signed-off-by: Michal Suchanek <msuchanek@suse.de>
---
 Documentation/powerpc/firmware-assisted-dump.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/Documentation/powerpc/firmware-assisted-dump.txt b/Documentation/powerpc/firmware-assisted-dump.txt
index 2df88524d2c7..5705f55ffae4 100644
--- a/Documentation/powerpc/firmware-assisted-dump.txt
+++ b/Documentation/powerpc/firmware-assisted-dump.txt
@@ -173,7 +173,7 @@  How to enable firmware-assisted dump (fadump):
    can be used to reduce memory consumption during dump capture by
    disabling unwarranted resources/subsystems like CPUs, NUMA
    and such. Value with spaces can be passed as
-   'fadump_extra_args=""parameter="value with spaces"""'
+   'fadump_extra_args="parameter=\"value with spaces\""'
 4. Optionally, user can also set 'crashkernel=' kernel cmdline
    to specify size of the memory to reserve for boot memory dump
    preservation.