From: Magnus Damm <magnus.damm@gmail.com>
To: linux-fbdev-devel@lists.sourceforge.net
Subject: Fwd: [PATCH] aty128fb: MODULE_PARM_DESC
Date: Fri, 31 Dec 2004 00:12:54 +0100 [thread overview]
Message-ID: <aec7e5c30412301512779977df@mail.gmail.com> (raw)
In-Reply-To: <aec7e5c3041212071828d36f00@mail.gmail.com>
[-- Attachment #1: Type: text/plain, Size: 344 bytes --]
Hello,
This patch never got picked up on lkml...
/ magnus
---------- Forwarded message ----------
From: Magnus Damm <magnus.damm@gmail.com>
Date: Sun, 12 Dec 2004 16:18:26 +0100
Subject: [PATCH] aty128fb: MODULE_PARM_DESC
To: linux-kernel@vger.kernel.org
Heya,
Wrong parameter names are used with MODULE_PARM_DESC in aty128fb.
/ magnus
[-- Attachment #2: linux-2.6.10-rc3-aty128fb_parm_desc.patch --]
[-- Type: application/octet-stream, Size: 784 bytes --]
--- linux-2.6.10-rc3/drivers/video/aty/aty128fb.c 2004-12-03 15:00:54.000000000 +0100
+++ linux-2.6.10-rc3-aty128fb_parm_desc/drivers/video/aty/aty128fb.c 2004-12-12 15:56:49.817961600 +0100
@@ -2464,10 +2464,10 @@
MODULE_DESCRIPTION("FBDev driver for ATI Rage128 / Pro cards");
MODULE_LICENSE("GPL");
module_param(mode_option, charp, 0);
-MODULE_PARM_DESC(mode, "Specify resolution as \"<xres>x<yres>[-<bpp>][@<refresh>]\" ");
+MODULE_PARM_DESC(mode_option, "Specify resolution as \"<xres>x<yres>[-<bpp>][@<refresh>]\" ");
#ifdef CONFIG_MTRR
module_param_named(nomtrr, mtrr, invbool, 0);
-MODULE_PARM_DESC(mtrr, "bool: Disable MTRR support (0 or 1=disabled) (default=0)");
+MODULE_PARM_DESC(nomtrr, "bool: Disable MTRR support (0 or 1=disabled) (default=0)");
#endif
#endif
prev parent reply other threads:[~2004-12-30 23:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-12 15:18 [PATCH] aty128fb: MODULE_PARM_DESC Magnus Damm
2004-12-30 23:12 ` Magnus Damm [this message]
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=aec7e5c30412301512779977df@mail.gmail.com \
--to=magnus.damm@gmail.com \
--cc=linux-fbdev-devel@lists.sourceforge.net \
/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.