netdev
[Top] [All Lists]

Re: [PATCH] convert sis900 to new style parameters

To: Daniele Venzano <webvenza@xxxxxxxxx>
Subject: Re: [PATCH] convert sis900 to new style parameters
From: Jeff Garzik <jgarzik@xxxxxxxxx>
Date: Sat, 13 Nov 2004 20:19:52 -0500
Cc: Rusty Russell <rusty@xxxxxxxxxxxxxxx>, NetDev <netdev@xxxxxxxxxxx>
In-reply-to: <20041112220710.GB29980@xxxxxxxxxxxxxxxxxxxx>
References: <20041112220710.GB29980@xxxxxxxxxxxxxxxxxxxx>
Sender: netdev-bounce@xxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040922
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)");


<Prev in Thread] Current Thread [Next in Thread>