mirror of
https://github.com/torvalds/linux.git
synced 2024-12-19 09:32:32 +00:00
[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:
parent
ced2207036
commit
f72561cf6c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user