diff options
author | Colin Ian King <colin.king@canonical.com> | 2021-04-23 14:28:36 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-04-23 14:10:43 -0700 |
commit | cbbd21a47f83023665dff171a696d2af70c6e51e (patch) | |
tree | bc91799409073ed2197012fdb34f85536577937d /drivers/atm | |
parent | b881d089c7c9c7032da812cda1b4b0818f477780 (diff) | |
download | linux-cbbd21a47f83023665dff171a696d2af70c6e51e.tar.gz linux-cbbd21a47f83023665dff171a696d2af70c6e51e.tar.bz2 linux-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.c | 2 |
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; } |