From: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
To: Paul Bolle <pebolle@tiscali.nl>
Cc: linux-ide@vger.kernel.org
Subject: Re: [PATCH] [IT821X IDE] Do not describe noraid parameter with its value
Date: Thu, 17 Apr 2008 00:32:57 +0200 [thread overview]
Message-ID: <200804170032.58116.bzolnier@gmail.com> (raw)
In-Reply-To: <1208334500.5614.29.camel@compaq.thuisdomein>
On Wednesday 16 April 2008, Paul Bolle wrote:
> From: Paul Bolle <pebolle@tiscali.nl>
>
> Describe noraid parameter with its name (and not its value)
>
> Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
thanks, applied
> ---
> diff --git a/drivers/ide/pci/it821x.c b/drivers/ide/pci/it821x.c
> index 1597f0c..d8a1674 100644
> --- a/drivers/ide/pci/it821x.c
> +++ b/drivers/ide/pci/it821x.c
> @@ -667,7 +667,7 @@ static int __init it821x_ide_init(void)
> module_init(it821x_ide_init);
>
> module_param_named(noraid, it8212_noraid, int, S_IRUGO);
> -MODULE_PARM_DESC(it8212_noraid, "Force card into bypass mode");
> +MODULE_PARM_DESC(noraid, "Force card into bypass mode");
>
> MODULE_AUTHOR("Alan Cox");
> MODULE_DESCRIPTION("PCI driver module for the ITE 821x");
parent reply other threads:[~2008-04-16 22:27 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <1208334500.5614.29.camel@compaq.thuisdomein>]
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=200804170032.58116.bzolnier@gmail.com \
--to=bzolnier@gmail.com \
--cc=linux-ide@vger.kernel.org \
--cc=pebolle@tiscali.nl \
/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;
as well as URLs for NNTP newsgroup(s).