Skip to content

Commit cbbd21a

Browse files
Colin Ian Kingdavem330
authored andcommitted
net/atm: Fix spelling mistake "requed" -> "requeued"
There is a spelling mistake in a printk message. Fix it. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent b881d08 commit cbbd21a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/atm/iphase.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ static void ia_tx_poll (IADEV *iadev) {
680680
skb1 = skb_dequeue(&iavcc->txing_skb);
681681
}
682682
if (!skb1) {
683-
IF_EVENT(printk("IA: Vci %d - skb not found requed\n",vcc->vci);)
683+
IF_EVENT(printk("IA: Vci %d - skb not found requeued\n",vcc->vci);)
684684
ia_enque_head_rtn_q (&iadev->tx_return_q, rtne);
685685
break;
686686
}

0 commit comments

Comments
 (0)