[MTD] Correct phram module param description

Signed-off-by: Mark Hindley <mark@hindley.org.uk>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
Mark Hindley 2008-03-31 14:25:03 +01:00 committed by David Woodhouse
parent ced2207036
commit f72561cf6c
1 changed files with 1 additions and 1 deletions

View File

@ -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)