patch-2.4.3 linux/drivers/net/hamradio/scc.c
Next file: linux/drivers/net/hamradio/soundmodem/gentbl.c
Previous file: linux/drivers/net/hamachi.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Tue Mar 20 12:05:00 2001
- Orig file:
v2.4.2/linux/drivers/net/hamradio/scc.c
- Orig date:
Wed Feb 21 18:20:27 2001
diff -u --recursive --new-file v2.4.2/linux/drivers/net/hamradio/scc.c linux/drivers/net/hamradio/scc.c
@@ -582,7 +582,7 @@
if (skb != NULL)
dev_kfree_skb_irq(skb);
- scc->rx_buff = NULL;
+ scc->rx_buff = skb = NULL;
}
if(status & END_FR && skb != NULL) /* end of frame */
@@ -689,7 +689,7 @@
break;
}
- /* This looks wierd and it is. At least the BayCom USCC doesn't
+ /* This looks weird and it is. At least the BayCom USCC doesn't
* use the Interrupt Daisy Chain, thus we'll have to start
* all over again to be sure not to miss an interrupt from
* (any of) the other chip(s)...
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)