Commit f72561cf authored by Mark Hindley's avatar Mark Hindley Committed by David Woodhouse

[MTD] Correct phram module param description

Signed-off-by: default avatarMark Hindley <mark@hindley.org.uk>
Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent ced22070
......@@ -282,7 +282,7 @@ static int phram_setup(const char *val, struct kernel_param *kp)
}
module_param_call(phram, phram_setup, NULL, NULL, 000);
MODULE_PARM_DESC(phram,"Memory region to map. \"map=<name>,<start>,<length>\"");
MODULE_PARM_DESC(phram, "Memory region to map. \"phram=<name>,<start>,<length>\"");
static int __init init_phram(void)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment