diff options
author | Mark Hindley <mark@hindley.org.uk> | 2008-03-31 14:25:03 +0100 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2008-04-22 15:19:48 +0100 |
commit | f72561cf6c9d0671da57902bc2ffee03b074227a (patch) | |
tree | c296a6a63d6537fe965e78cacf1d17fc950f07f7 /drivers/mtd | |
parent | ced22070363ef50e4a47aadd003a81ebeaa3f917 (diff) | |
download | talos-obmc-linux-f72561cf6c9d0671da57902bc2ffee03b074227a.tar.gz talos-obmc-linux-f72561cf6c9d0671da57902bc2ffee03b074227a.zip |
[MTD] Correct phram module param description
Signed-off-by: Mark Hindley <mark@hindley.org.uk>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/devices/phram.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/devices/phram.c b/drivers/mtd/devices/phram.c index 180298b92a7a..5f960182da95 100644 --- a/drivers/mtd/devices/phram.c +++ b/drivers/mtd/devices/phram.c @@ -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) |