From: Mark Hindley <mark@hindley.org.uk>
To: dwmw2@infradead.org, linux-mtd@lists.infradead.org
Subject: [PATCH] Correct phram module param description
Date: Mon, 31 Mar 2008 14:25:03 +0100 [thread overview]
Message-ID: <20080331132503.GA26273@hindley.uklinux.net> (raw)
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)
reply other threads:[~2008-03-31 13:43 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080331132503.GA26273@hindley.uklinux.net \
--to=mark@hindley.org.uk \
--cc=dwmw2@infradead.org \
--cc=linux-mtd@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.