projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b881d08
)
net/atm: Fix spelling mistake "requed" -> "requeued"
author
Colin Ian King
<colin.king@canonical.com>
Fri, 23 Apr 2021 13:28:36 +0000
(14:28 +0100)
committer
David S. Miller
<davem@davemloft.net>
Fri, 23 Apr 2021 21:10:43 +0000
(14:10 -0700)
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>
drivers/atm/iphase.c
patch
|
blob
|
history
diff --git
a/drivers/atm/iphase.c
b/drivers/atm/iphase.c
index
eef637f
..
933e3ff
100644
(file)
--- 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 reque
ue
d\n",vcc->vci);)
ia_enque_head_rtn_q (&iadev->tx_return_q, rtne);
break;
}