浏览代码

[MTD] Correct phram module param description

Signed-off-by: Mark Hindley <mark@hindley.org.uk>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Mark Hindley 17 年之前
父节点
当前提交
f72561cf6c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/mtd/devices/phram.c

+ 1 - 1
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_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)
 static int __init init_phram(void)