diff options
Diffstat (limited to 'drivers/net/lance.c')
| -rw-r--r-- | drivers/net/lance.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/lance.c b/drivers/net/lance.c index e81b6113ed9..d7afb938ea6 100644 --- a/drivers/net/lance.c +++ b/drivers/net/lance.c @@ -519,7 +519,7 @@ static int __init lance_probe1(struct net_device *dev, int ioaddr, int irq, int  		}  	} -	/* We can't allocate dev->priv from alloc_etherdev() because it must +	/* We can't allocate private data from alloc_etherdev() because it must  	   a ISA DMA-able region. */  	chipname = chip_table[lance_version].name;  	printk("%s: %s at %#3x, ", dev->name, chipname, ioaddr);  |