* Fwd: [PATCH] aty128fb: MODULE_PARM_DESC
[not found] <aec7e5c3041212071828d36f00@mail.gmail.com>
@ 2004-12-30 23:12 ` Magnus Damm
0 siblings, 0 replies; only message in thread
From: Magnus Damm @ 2004-12-30 23:12 UTC (permalink / raw)
To: linux-fbdev-devel
[-- 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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-12-30 23:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <aec7e5c3041212071828d36f00@mail.gmail.com>
2004-12-30 23:12 ` Fwd: [PATCH] aty128fb: MODULE_PARM_DESC Magnus Damm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).