[MTD] Correct phram module param description

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Tue Apr 22 11:59:01 EDT 2008


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=f72561cf6c9d0671da57902bc2ffee03b074227a
Commit:     f72561cf6c9d0671da57902bc2ffee03b074227a
Parent:     ced22070363ef50e4a47aadd003a81ebeaa3f917
Author:     Mark Hindley <mark at hindley.org.uk>
AuthorDate: Mon Mar 31 14:25:03 2008 +0100
Committer:  David Woodhouse <dwmw2 at infradead.org>
CommitDate: Tue Apr 22 15:19:48 2008 +0100

    [MTD] Correct phram module param description
    
    Signed-off-by: Mark Hindley <mark at hindley.org.uk>
    Signed-off-by: David Woodhouse <dwmw2 at infradead.org>
---
 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 180298b..5f96018 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)



More information about the linux-mtd-cvs mailing list