We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ec7eb3 commit f333554Copy full SHA for f333554
drivers/atm/iphase.c
@@ -671,7 +671,7 @@ static void ia_tx_poll (IADEV *iadev) {
671
if ((vcc->pop) && (skb1->len != 0))
672
{
673
vcc->pop(vcc, skb1);
674
- IF_EVENT(printk("Tansmit Done - skb 0x%lx return\n",
+ IF_EVENT(printk("Transmit Done - skb 0x%lx return\n",
675
(long)skb1);)
676
}
677
else
@@ -1665,7 +1665,7 @@ static void tx_intr(struct atm_dev *dev)
1665
status = readl(iadev->seg_reg+SEG_INTR_STATUS_REG);
1666
if (status & TRANSMIT_DONE){
1667
1668
- IF_EVENT(printk("Tansmit Done Intr logic run\n");)
+ IF_EVENT(printk("Transmit Done Intr logic run\n");)
1669
spin_lock_irqsave(&iadev->tx_lock, flags);
1670
ia_tx_poll(iadev);
1671
spin_unlock_irqrestore(&iadev->tx_lock, flags);
0 commit comments