aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/atm
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2021-04-23 14:28:36 +0100
committerDavid S. Miller <davem@davemloft.net>2021-04-23 14:10:43 -0700
commitcbbd21a47f83023665dff171a696d2af70c6e51e (patch)
treebc91799409073ed2197012fdb34f85536577937d /drivers/atm
parentselftests/net: bump timeout to 5 minutes (diff)
downloadlinux-dev-cbbd21a47f83023665dff171a696d2af70c6e51e.tar.xz
linux-dev-cbbd21a47f83023665dff171a696d2af70c6e51e.zip
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>
Diffstat (limited to 'drivers/atm')
-rw-r--r--drivers/atm/iphase.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/atm/iphase.c b/drivers/atm/iphase.c
index eef637fd90b3..933e3ff2ee8d 100644
--- a/drivers/atm/iphase.c
+++ b/drivers/atm/iphase.c
@@ -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;
}