Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[sfrench/cifs-2.6.git] / drivers / infiniband / hw / cxgb4 / cm.c
index c9cffced00ca1df11683b961d0cc48f983056a07..326d07d823a5e62f0ee206b8c5f5865f7f97c08d 100644 (file)
@@ -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);