From: Colin Ian King Date: Wed, 22 Jun 2016 17:35:05 +0000 (+0100) Subject: ethernet: xircom: fix spelling mistakes on "excessive collisions" X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=ac5fd4f4b97f5ac9a01303c024d26f34a99633c8;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git ethernet: xircom: fix spelling mistakes on "excessive collisions" trivial fixes to spelling mistakes of the words "excessive collisions" Signed-off-by: Colin Ian King Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/xircom/xirc2ps_cs.c b/drivers/net/ethernet/xircom/xirc2ps_cs.c index 7b44968e02e6..ddced28e8247 100644 --- a/drivers/net/ethernet/xircom/xirc2ps_cs.c +++ b/drivers/net/ethernet/xircom/xirc2ps_cs.c @@ -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)