linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* drivers/net/fealnx.c error
@ 2001-11-05 14:51 Szabolcs Gyurko
  2001-11-05 15:57 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Szabolcs Gyurko @ 2001-11-05 14:51 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 711 bytes --]


Hi,

there are an error in the 2.4.13 (i think the newest) kernel at the 
drivers/net/fealnx.c file at the 1818 line. The original line:

static struct pci_device_id fealnx_pci_tbl[] = __devinitdata {

and the fixed line:

static struct pci_device_id fealnx_pci_tbl[] __devinitdata = {


I didn't make a patch of it, so please fix it.


Bye.

-- 
    -- If vegetable oil is made of vegetables, what is baby oil made of? --
--
Szabolcs Gyurko
szgyurko@mail.inno.hu
----------------------------------------------------------------------------
PGP-KEY:         http://raidder.development.inno.hu/~raidder/raidder.gpg
PGP-FINGERPRINT: 5099 0850 CF6D EFBF A574  5930 E8DA 51AA DF87 2D24


[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: drivers/net/fealnx.c error
  2001-11-05 14:51 drivers/net/fealnx.c error Szabolcs Gyurko
@ 2001-11-05 15:57 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2001-11-05 15:57 UTC (permalink / raw)
  To: szgyurko; +Cc: linux-kernel

Szabolcs Gyurko wrote:
> 
> Hi,
> 
> there are an error in the 2.4.13 (i think the newest) kernel at the
> drivers/net/fealnx.c file at the 1818 line. The original line:
> 
> static struct pci_device_id fealnx_pci_tbl[] = __devinitdata {
> 
> and the fixed line:
> 
> static struct pci_device_id fealnx_pci_tbl[] __devinitdata = {

I have this change locally, it will go to Linus when he starts taking
patches again...

-- 
Jeff Garzik      | Only so many songs can be sung
Building 1024    | with two lips, two lungs, and one tongue.
MandrakeSoft     |         - nomeansno


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-11-05 15:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-11-05 14:51 drivers/net/fealnx.c error Szabolcs Gyurko
2001-11-05 15:57 ` Jeff Garzik

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).