Skip to content

Commit

Permalink
[MTD] Correct phram module param description
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Hindley <mark@hindley.org.uk>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
Mark Hindley authored and David Woodhouse committed Apr 22, 2008
1 parent ced2207 commit f72561c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mtd/devices/phram.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f72561c

Please sign in to comment.