| To: | ravinandan.arakali@xxxxxxxx |
|---|---|
| Subject: | Re: [PATCH 2.6.9-rc2 4/8] S2io: hardware fixes |
| From: | "Randy.Dunlap" <rddunlap@xxxxxxxx> |
| Date: | Sat, 09 Oct 2004 20:24:40 -0700 |
| Cc: | "'Jeff Garzik'" <jgarzik@xxxxxxxxx>, "'Francois Romieu'" <romieu@xxxxxxxxxxxxx>, netdev@xxxxxxxxxxx, leonid.grossman@xxxxxxxx, raghavendra.koushik@xxxxxxxx, rapuru.sriram@xxxxxxxx |
| In-reply-to: | <004301c4ad97$be6a7010$9810100a@S2IOtech.com> |
| References: | <004301c4ad97$be6a7010$9810100a@S2IOtech.com> |
| Sender: | netdev-bounce@xxxxxxxxxxx |
| User-agent: | Mozilla Thunderbird 0.8 (X11/20040913) |
Ravinandan Arakali wrote:
Jeff, Sorry about that. We'll add the signed-off-by line. We are sending the patches as and when they are completed. In the next couple of days, the remaining patches should be done. Do you want us to send them after all are complete or is it okay to send each patch as and when completed ?
Maybe you already have this planned or patched, but it wasn't in the "cosmetic" patch file. In s2io.c, please convert this struct to C99 syntax:
static struct pci_driver s2io_driver = {
name:"S2IO",
id_table:s2io_tbl,
probe:s2io_init_nic,
remove:__devexit_p(s2io_rem_nic),
};so that sparse won't complain like so: drivers/net/s2io.c:238:7: warning: obsolete struct initializer, use C99 syntax drivers/net/s2io.c:239:7: warning: obsolete struct initializer, use C99 syntax drivers/net/s2io.c:240:7: warning: obsolete struct initializer, use C99 syntax drivers/net/s2io.c:241:7: warning: obsolete struct initializer, use C99 syntax and if you haven't tried sparse on the driver, that would be a good idea.
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: udp_recvmsg: possible bug causing infinite hang?, Chad N. Tindel |
|---|---|
| Next by Date: | Re: e1000 kick, jamal |
| Previous by Thread: | Re: [PATCH 2.6.9-rc2 4/8] S2io: hardware fixes, Jeff Garzik |
| Next by Thread: | [PATCH 2.6.9-rc2 4/8] S2io: hardware fixes, Ravinandan Arakali |
| Indexes: | [Date] [Thread] [Top] [All Lists] |