netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jeff Garzik <jgarzik@pobox.com>
To: Daniele Venzano <webvenza@libero.it>
Cc: Rusty Russell <rusty@rustcorp.com.au>, NetDev <netdev@oss.sgi.com>
Subject: Re: [PATCH] convert sis900 to new style parameters
Date: Sat, 13 Nov 2004 20:19:52 -0500	[thread overview]
Message-ID: <4196B2B8.3040202@pobox.com> (raw)
In-Reply-To: <20041112220710.GB29980@gateway.milesteg.arr>

Patch is OK, but your mailer sends them "MIME-encrypted", which means 
script (like the ones I use) cannot merge the patch.

Example from your email:
> @@ -179,9 +180,9 @@
>  MODULE_DESCRIPTION("SiS 900 PCI Fast Ethernet driver");
>  MODULE_LICENSE("GPL");
> =20
> -MODULE_PARM(multicast_filter_limit, "i");
> -MODULE_PARM(max_interrupt_work, "i");
> -MODULE_PARM(debug, "i"); 
> +module_param(multicast_filter_limit, int, 0444);
> +module_param(max_interrupt_work, int, 0444);
> +module_param(debug, int, 0444);
>  MODULE_PARM_DESC(multicast_filter_limit, "SiS 900/7016 maximum number of f=
> iltered multicast addresses");
>  MODULE_PARM_DESC(max_interrupt_work, "SiS 900/7016 maximum events handled =
> per interrupt");
>  MODULE_PARM_DESC(debug, "SiS 900/7016 debug level (2-4)");

      reply	other threads:[~2004-11-14  1:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-12 22:07 [PATCH] convert sis900 to new style parameters Daniele Venzano
2004-11-14  1:19 ` Jeff Garzik [this message]

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=4196B2B8.3040202@pobox.com \
    --to=jgarzik@pobox.com \
    --cc=netdev@oss.sgi.com \
    --cc=rusty@rustcorp.com.au \
    --cc=webvenza@libero.it \
    /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).