From db58dfc0da59f473f9f4f79802d524d884f0dd2f Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 8 Jun 2000 16:10:19 +0000 Subject: [PATCH] Fix comment. --- drivers/net/ioc3-eth.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/ioc3-eth.c b/drivers/net/ioc3-eth.c index 617b0b0fa61..7bac3627744 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. -- 2.11.4.GIT