mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
net/atm: Fix spelling mistake "requed" -> "requeued"
There is a spelling mistake in a printk message. Fix it. 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
b881d089c7
commit
cbbd21a47f
@ -680,7 +680,7 @@ static void ia_tx_poll (IADEV *iadev) {
|
||||
skb1 = skb_dequeue(&iavcc->txing_skb);
|
||||
}
|
||||
if (!skb1) {
|
||||
IF_EVENT(printk("IA: Vci %d - skb not found requed\n",vcc->vci);)
|
||||
IF_EVENT(printk("IA: Vci %d - skb not found requeued\n",vcc->vci);)
|
||||
ia_enque_head_rtn_q (&iadev->tx_return_q, rtne);
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user