Message ID | 20210423132836.338763-1-colin.king@canonical.com (mailing list archive) |
---|---|
State | Accepted |
Commit | cbbd21a47f83023665dff171a696d2af70c6e51e |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | net/atm: Fix spelling mistake "requed" -> "requeued" | expand |
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Fri, 23 Apr 2021 14:28:36 +0100 you wrote: > From: Colin Ian King <colin.king@canonical.com> > > There is a spelling mistake in a printk message. Fix it. > > Signed-off-by: Colin Ian King <colin.king@canonical.com> > --- > drivers/atm/iphase.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is the summary with links: - net/atm: Fix spelling mistake "requed" -> "requeued" https://git.kernel.org/netdev/net-next/c/cbbd21a47f83 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
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; }