All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Correct phram module param description
@ 2008-03-31 13:25 Mark Hindley
  0 siblings, 0 replies; only message in thread
From: Mark Hindley @ 2008-03-31 13:25 UTC (permalink / raw)
  To: dwmw2, linux-mtd

Hi,

I have just started using phram to make uncachable RAM over 64M on a
430TX available as swap. Works a treat! :)

However, I noticed that the module parameter description example is incorrect.

Patch to fix is below.

Mark

commit a93c6576f8c91aa067e3afb4083b685d8e2f1126
Author: Mark Hindley <mark@hindley.org.uk>
Date:   Mon Mar 31 14:14:30 2008 +0100

    Correct module parameter description example
    
    Signed-off-by: Mark Hindley <mark@hindley.org.uk>

diff --git a/drivers/mtd/devices/phram.c b/drivers/mtd/devices/phram.c
index 56cc1ca..13ad32f 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)

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-31 13:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-31 13:25 [PATCH] Correct phram module param description Mark Hindley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.