public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] aty128fb: MODULE_PARM_DESC
@ 2004-12-12 15:18 Magnus Damm
  0 siblings, 0 replies; only message 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] only message in thread

only message in thread, other threads:[~2004-12-12 15:18 UTC | newest]

Thread overview: (only message) (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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox