aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2015-10-16 21:14:29 +0900
committerJiri Kosina <jkosina@suse.cz>2015-12-08 14:59:19 +0100
commite3d132d1239ae846e2f7c652fbdc5aa7ebcc4541 (patch)
tree05691c7c9b3923463fc65ba083ca5e77e5551708 /drivers/infiniband/hw/cxgb4
parentDocumentation: filesystem: Fix typo in fs/eventfd.c (diff)
downloadlinux-dev-e3d132d1239ae846e2f7c652fbdc5aa7ebcc4541.tar.xz
linux-dev-e3d132d1239ae846e2f7c652fbdc5aa7ebcc4541.zip
treewide: Fix typos in printk
This patch fix multiple spelling typos found in various part of kernel. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/infiniband/hw/cxgb4')
-rw-r--r--drivers/infiniband/hw/cxgb4/cm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/cxgb4/cm.c b/drivers/infiniband/hw/cxgb4/cm.c
index debc39d2cbc2..9a389a0aa174 100644
--- a/drivers/infiniband/hw/cxgb4/cm.c
+++ b/drivers/infiniband/hw/cxgb4/cm.c
@@ -449,7 +449,7 @@ static void act_open_req_arp_failure(void *handle, struct sk_buff *skb)
{
struct c4iw_ep *ep = handle;
- printk(KERN_ERR MOD "ARP failure duing connect\n");
+ printk(KERN_ERR MOD "ARP failure during connect\n");
kfree_skb(skb);
connect_reply_upcall(ep, -EHOSTUNREACH);
state_set(&ep->com, DEAD);