From: Mark Hindley Date: Mon, 31 Mar 2008 13:25:03 +0000 (+0100) Subject: [MTD] Correct phram module param description X-Git-Tag: v2.6.26-rc1~1069^2~54 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=f72561cf6c9d0671da57902bc2ffee03b074227a;p=~shefty%2Frdma-dev.git [MTD] Correct phram module param description Signed-off-by: Mark Hindley Signed-off-by: David Woodhouse --- 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=,,\""); +MODULE_PARM_DESC(phram, "Memory region to map. \"phram=,,\""); static int __init init_phram(void)