From: Shane Shrybman Date: Sat, 17 Feb 2007 18:56:23 +0000 (+0100) Subject: drivers/net/eexpress.c: remove duplicate comment X-Git-Tag: v2.6.21-rc1~71^2~8 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b2d5c049079d342e3e268c162dcecbd7bad1411;p=linux-2.6 drivers/net/eexpress.c: remove duplicate comment Signed-off-by: Adrian Bunk --- diff --git a/drivers/net/eexpress.c b/drivers/net/eexpress.c index 4a50fcb5ad..3868b80312 100644 --- a/drivers/net/eexpress.c +++ b/drivers/net/eexpress.c @@ -707,13 +707,6 @@ static int eexp_xmit(struct sk_buff *buf, struct net_device *dev) return 0; } -/* - * Handle an EtherExpress interrupt - * If we've finished initializing, start the RU and CU up. - * If we've already started, reap tx buffers, handle any received packets, - * check to make sure we've not become wedged. - */ - /* * Handle an EtherExpress interrupt * If we've finished initializing, start the RU and CU up.