net: fix tranmitted/tranmitting typo

replace tranmitted with transmitted.
replace tranmitting with transmitting.

Signed-off-by: Weiping Pan(潘卫平) <panweiping3@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Peter Pan(潘卫平) and committed by
David S. Miller
9814290a 26f007b8

+5 -5
+1 -1
drivers/net/bonding/bond_alb.h
··· 75 75 * gave this entry index. 76 76 */ 77 77 u32 tx_bytes; /* Each Client accumulates the BytesTx that 78 - * were tranmitted to it, and after each 78 + * were transmitted to it, and after each 79 79 * CallBack the LoadHistory is divided 80 80 * by the balance interval 81 81 */
+2 -2
drivers/net/tokenring/3c359.c
··· 1251 1251 /* 1252 1252 * The NIC has told us that a packet has been downloaded onto the card, we must 1253 1253 * find out which packet it has done, clear the skb and information for the packet 1254 - * then advance around the ring for all tranmitted packets 1254 + * then advance around the ring for all transmitted packets 1255 1255 */ 1256 1256 1257 1257 static void xl_dn_comp(struct net_device *dev) ··· 1568 1568 if (lan_status_diff & LSC_SOFT_ERR) 1569 1569 printk(KERN_WARNING "%s: Adapter transmitted Soft Error Report Mac Frame\n",dev->name); 1570 1570 if (lan_status_diff & LSC_TRAN_BCN) 1571 - printk(KERN_INFO "%s: We are tranmitting the beacon, aaah\n",dev->name); 1571 + printk(KERN_INFO "%s: We are transmitting the beacon, aaah\n",dev->name); 1572 1572 if (lan_status_diff & LSC_SS) 1573 1573 printk(KERN_INFO "%s: Single Station on the ring\n", dev->name); 1574 1574 if (lan_status_diff & LSC_RING_REC)
+1 -1
drivers/net/tokenring/lanstreamer.c
··· 1675 1675 if (lan_status_diff & LSC_SOFT_ERR) 1676 1676 printk(KERN_WARNING "%s: Adapter transmitted Soft Error Report Mac Frame\n", dev->name); 1677 1677 if (lan_status_diff & LSC_TRAN_BCN) 1678 - printk(KERN_INFO "%s: We are tranmitting the beacon, aaah\n", dev->name); 1678 + printk(KERN_INFO "%s: We are transmitting the beacon, aaah\n", dev->name); 1679 1679 if (lan_status_diff & LSC_SS) 1680 1680 printk(KERN_INFO "%s: Single Station on the ring\n", dev->name); 1681 1681 if (lan_status_diff & LSC_RING_REC)
+1 -1
drivers/net/tokenring/olympic.c
··· 1500 1500 if (lan_status_diff & LSC_SOFT_ERR) 1501 1501 printk(KERN_WARNING "%s: Adapter transmitted Soft Error Report Mac Frame\n",dev->name); 1502 1502 if (lan_status_diff & LSC_TRAN_BCN) 1503 - printk(KERN_INFO "%s: We are tranmitting the beacon, aaah\n",dev->name); 1503 + printk(KERN_INFO "%s: We are transmitting the beacon, aaah\n",dev->name); 1504 1504 if (lan_status_diff & LSC_SS) 1505 1505 printk(KERN_INFO "%s: Single Station on the ring\n", dev->name); 1506 1506 if (lan_status_diff & LSC_RING_REC)