summaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-06-08 16:10:19 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-06-08 16:10:19 +0000
commitdb58dfc0da59f473f9f4f79802d524d884f0dd2f (patch)
tree344e2c3bba2915455cff241d49d38b1ee399e2aa /drivers/net
parentb047e7579dd01cfc5f8a2d3ee8adc93ea4b29694 (diff)
Fix comment.
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/ioc3-eth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/ioc3-eth.c b/drivers/net/ioc3-eth.c
index 617b0b0fa..7bac36277 100644
--- a/drivers/net/ioc3-eth.c
+++ b/drivers/net/ioc3-eth.c
@@ -504,8 +504,8 @@ ioc3_tx(struct net_device *dev, struct ioc3_private *ip, struct ioc3 *ioc3)
}
/*
- * Deal with fatal IOC3 errors. For now let's panic. This condition might
- * be caused by a hard or software problems, so we should try to recover
+ * Deal with fatal IOC3 errors. This condition might be caused by a hard or
+ * software problems, so we should try to recover
* more gracefully if this ever happens. In theory we might be flooded
* with such error interrupts if something really goes wrong, so we might
* also consider to take the interface down.