projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ced2207
)
[MTD] Correct phram module param description
author
Mark Hindley
<mark@hindley.org.uk>
Mon, 31 Mar 2008 13:25:03 +0000
(14:25 +0100)
committer
David Woodhouse
<dwmw2@infradead.org>
Tue, 22 Apr 2008 14:19:48 +0000
(15:19 +0100)
Signed-off-by: Mark Hindley <mark@hindley.org.uk>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
drivers/mtd/devices/phram.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/mtd/devices/phram.c
b/drivers/mtd/devices/phram.c
index 180298b92a7af9a80c229a9969a30852b233fb90..5f960182da957eaa8c4a12295fe93b66677e4287 100644
(file)
--- 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)