ethernet: xircom: fix spelling mistakes on "excessive collisions"
authorColin Ian King <colin.king@canonical.com>
Wed, 22 Jun 2016 17:35:05 +0000 (18:35 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Jun 2016 08:19:14 +0000 (04:19 -0400)
trivial fixes to spelling mistakes of the words "excessive collisions"

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/xircom/xirc2ps_cs.c

index 7b44968..ddced28 100644 (file)
@@ -1144,8 +1144,8 @@ xirc2ps_interrupt(int irq, void *dev_id)
            dev->stats.tx_packets += lp->last_ptr_value - n;
        netif_wake_queue(dev);
     }
-    if (tx_status & 0x0002) {  /* Execessive collissions */
-       pr_debug("tx restarted due to execssive collissions\n");
+    if (tx_status & 0x0002) {  /* Excessive collisions */
+       pr_debug("tx restarted due to excessive collisions\n");
        PutByte(XIRCREG_CR, RestartTx);  /* restart transmitter process */
     }
     if (tx_status & 0x0040)