Merge to Fedora kernel-2.6.18-1.2224_FC5 patched with stable patch-2.6.18.1-vs2.0...
[linux-2.6.git] / net / core / pktgen.c
index 4e7437a..6a7320b 100644 (file)
@@ -2900,7 +2900,7 @@ static __inline__ void pktgen_xmit(struct pktgen_dev *pkt_dev)
                        pkt_dev->clone_count = 0;       /* reset counter */
                }
        }
-       
+
        netif_tx_lock_bh(odev);
        if (!netif_queue_stopped(odev)) {
 
@@ -2947,7 +2947,7 @@ static __inline__ void pktgen_xmit(struct pktgen_dev *pkt_dev)
        }
 
        netif_tx_unlock_bh(odev);
-       
+
        /* If pkt_dev->count is zero, then run forever */
        if ((pkt_dev->count != 0) && (pkt_dev->sofar >= pkt_dev->count)) {
                if (atomic_read(&(pkt_dev->skb->users)) != 1) {