VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   57 Tags
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 parent: b881d089c7c9c7032da812cda1b4b0818f477780
Commit Summary:
net/atm: Fix spelling mistake "requed" -> "requeued"
Diffstat:
1 file changed, 1 insertion, 1 deletion
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;
        }