aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/devices
diff options
context:
space:
mode:
authorMark Hindley <mark@hindley.org.uk>2008-03-31 14:25:03 +0100
committerDavid Woodhouse <dwmw2@infradead.org>2008-04-22 15:19:48 +0100
commitf72561cf6c9d0671da57902bc2ffee03b074227a (patch)
treec296a6a63d6537fe965e78cacf1d17fc950f07f7 /drivers/mtd/devices
parentced22070363ef50e4a47aadd003a81ebeaa3f917 (diff)
[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/devices')
-rw-r--r--drivers/mtd/devices/phram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/devices/phram.c b/drivers/mtd/devices/phram.c
index 180298b92a7..5f960182da9 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)