All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] aty128fb: MODULE_PARM_DESC
@ 2004-12-12 15:18 Magnus Damm
  2004-12-30 23:12 ` Fwd: " Magnus Damm
  0 siblings, 1 reply; 2+ messages in thread
From: Magnus Damm @ 2004-12-12 15:18 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 83 bytes --]

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] 2+ messages in thread

* Fwd: [PATCH] aty128fb: MODULE_PARM_DESC
  2004-12-12 15:18 [PATCH] aty128fb: MODULE_PARM_DESC Magnus Damm
@ 2004-12-30 23:12 ` Magnus Damm
  0 siblings, 0 replies; 2+ messages 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] 2+ messages in thread

end of thread, other threads:[~2004-12-30 23:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-12 15:18 [PATCH] aty128fb: MODULE_PARM_DESC Magnus Damm
2004-12-30 23:12 ` Fwd: " Magnus Damm

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.