Linux Framebuffer Layer development
 help / color / mirror / Atom feed
From: Magnus Damm <damm@opensource.se>
To: linux-fbdev-devel@lists.sourceforge.net
Cc: Magnus Damm <damm@opensource.se>
Subject: [PATCH] aty128fb: fix module parameter descriptions
Date: Sat,  8 Jan 2005 18:34:01 +0100 (CET)	[thread overview]
Message-ID: <20050108173242.14332.32460.26428@kubu> (raw)

This patch syncs up the module parameter descriptions in aty128fb for module 
parameters "mode_option" and "nomtrr". Without the patch bad parameter names 
are used with MODULE_PARM_DESC().

Signed-off-by: Magnus Damm <damm@opensource.se>

--- linux-2.6.10/drivers/video/aty/aty128fb.c	2004-12-24 22:34:45.000000000 +0100
+++ linux-2.6.10-aty128fb_module_parm_desc/drivers/video/aty/aty128fb.c	2005-01-08 18:11:50.000000000 +0100
@@ -2462,10 +2462,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
 


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt

                 reply	other threads:[~2005-01-08 17:34 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=20050108173242.14332.32460.26428@kubu \
    --to=damm@opensource.se \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox