patch-2.4.21 linux-2.4.21/drivers/net/saa9730.c
Next file: linux-2.4.21/drivers/net/seeq8005.c
Previous file: linux-2.4.21/drivers/net/rrunner.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
2003-06-13 07:51:35.000000000 -0700
- Orig file:
linux-2.4.20/drivers/net/saa9730.c
- Orig date:
2001-10-16 21:56:29.000000000 -0700
diff -urN linux-2.4.20/drivers/net/saa9730.c linux-2.4.21/drivers/net/saa9730.c
@@ -265,7 +265,7 @@
lp->NextRcvPacketIndex = 0;
lp->NextRcvToUseIsA = 1;
- /* Set current buffer index & next availble packet index */
+ /* Set current buffer index & next available packet index */
lp->NextTxmPacketIndex = 0;
lp->NextTxmBufferIndex = 0;
lp->PendingTxmPacketIndex = 0;
@@ -520,7 +520,7 @@
lp->NextRcvPacketIndex = 0;
lp->NextRcvToUseIsA = 1;
- /* Set current buffer index & next availble packet index */
+ /* Set current buffer index & next available packet index */
lp->NextTxmPacketIndex = 0;
lp->NextTxmBufferIndex = 0;
lp->PendingTxmPacketIndex = 0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)