Commit 4b2d5c04 authored by Shane Shrybman's avatar Shane Shrybman Committed by Adrian Bunk

drivers/net/eexpress.c: remove duplicate comment

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
parent edd023d0
...@@ -707,13 +707,6 @@ static int eexp_xmit(struct sk_buff *buf, struct net_device *dev) ...@@ -707,13 +707,6 @@ static int eexp_xmit(struct sk_buff *buf, struct net_device *dev)
return 0; 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 * Handle an EtherExpress interrupt
* If we've finished initializing, start the RU and CU up. * If we've finished initializing, start the RU and CU up.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment