mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
atm: iphase: fix spelling mistake: "Tansmit" -> "Transmit"
Trivial fix to spelling mistake in message text. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
4ec7eb3ff6
commit
f3335545b3
@ -671,7 +671,7 @@ static void ia_tx_poll (IADEV *iadev) {
|
||||
if ((vcc->pop) && (skb1->len != 0))
|
||||
{
|
||||
vcc->pop(vcc, skb1);
|
||||
IF_EVENT(printk("Tansmit Done - skb 0x%lx return\n",
|
||||
IF_EVENT(printk("Transmit Done - skb 0x%lx return\n",
|
||||
(long)skb1);)
|
||||
}
|
||||
else
|
||||
@ -1665,7 +1665,7 @@ static void tx_intr(struct atm_dev *dev)
|
||||
status = readl(iadev->seg_reg+SEG_INTR_STATUS_REG);
|
||||
if (status & TRANSMIT_DONE){
|
||||
|
||||
IF_EVENT(printk("Tansmit Done Intr logic run\n");)
|
||||
IF_EVENT(printk("Transmit Done Intr logic run\n");)
|
||||
spin_lock_irqsave(&iadev->tx_lock, flags);
|
||||
ia_tx_poll(iadev);
|
||||
spin_unlock_irqrestore(&iadev->tx_lock, flags);
|
||||
|
Loading…
Reference in New Issue
Block a user