[vortex] Trivial patch - Typo in new 3c59x.c
Lists (lst)
linux@lapd.cj.edu.ro
Tue Dec 17 11:38:25 2002
Hi all,
In the last 3c59x.c from scyld.com exists an typo. Here's the patch.
I compiled it and i'm preparing to load and test the new version (0.99Y).
--- /home/friends/doom/3c59x.c Tue Dec 17 00:21:12 2002
+++ ./3c59x.c Tue Dec 17 15:17:00 2002
@@ -548,7 +548,7 @@
struct boom_tx_desc *tx_desc_tail;
struct sk_buff *tx_skb; /* Packet being eaten by bus master ctrl. */
unsigned int cur_tx, dirty_tx;
- unsigned int tx_full:1, restart_tx:1,
+ unsigned int tx_full:1, restart_tx:1;
long last_reset;
spinlock_t window_lock;
Best wishes,
Cosmin