diff options
| author | Michael Opdenacker <[email protected]> | 2007-05-09 06:57:56 +0000 |
|---|---|---|
| committer | Adrian Bunk <[email protected]> | 2007-05-09 06:57:56 +0000 |
| commit | 59c51591a0ac7568824f541f57de967e88adaa07 (patch) | |
| tree | 243d20eb0a26b76d5d312f39ec5a1ff60e036711 /drivers/net/eepro.c | |
| parent | Fix minor typoes in kernel/module.c (diff) | |
| download | kernel-59c51591a0ac7568824f541f57de967e88adaa07.tar.gz kernel-59c51591a0ac7568824f541f57de967e88adaa07.zip | |
Fix occurrences of "the the "
Signed-off-by: Michael Opdenacker <[email protected]>
Signed-off-by: Adrian Bunk <[email protected]>
Diffstat (limited to 'drivers/net/eepro.c')
| -rw-r--r-- | drivers/net/eepro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/eepro.c b/drivers/net/eepro.c index 39654e1e2bed..47680237f783 100644 --- a/drivers/net/eepro.c +++ b/drivers/net/eepro.c @@ -1126,7 +1126,7 @@ static void eepro_tx_timeout (struct net_device *dev) printk (KERN_ERR "%s: transmit timed out, %s?\n", dev->name, "network cable problem"); /* This is not a duplicate. One message for the console, - one for the the log file */ + one for the log file */ printk (KERN_DEBUG "%s: transmit timed out, %s?\n", dev->name, "network cable problem"); eepro_complete_selreset(ioaddr); |
