diff options
author | Masanari Iida <standby24x7@gmail.com> | 2016-04-19 18:27:33 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2016-04-28 11:52:28 +0300 |
commit | c01e01597cbd0cf0571c2b05bf9e2245afb4478d (patch) | |
tree | 42c4de0f06da68e34e674cc1caf346205e806a7f /drivers/infiniband/hw/cxgb3 | |
parent | 35fc7b7dacc1f9bd6bdb5190cd6d355b7c5414d2 (diff) | |
download | linux-c01e01597cbd0cf0571c2b05bf9e2245afb4478d.tar.xz |
treewide: Fix typos in printk
This patch fix spelling typos in printk from various part
of the codes.
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/cxgb3')
-rw-r--r-- | drivers/infiniband/hw/cxgb3/iwch_cm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/cxgb3/iwch_cm.c b/drivers/infiniband/hw/cxgb3/iwch_cm.c index d403231a4aff..3e8431b5cad7 100644 --- a/drivers/infiniband/hw/cxgb3/iwch_cm.c +++ b/drivers/infiniband/hw/cxgb3/iwch_cm.c @@ -367,7 +367,7 @@ static void arp_failure_discard(struct t3cdev *dev, struct sk_buff *skb) */ static void act_open_req_arp_failure(struct t3cdev *dev, struct sk_buff *skb) { - printk(KERN_ERR MOD "ARP failure duing connect\n"); + printk(KERN_ERR MOD "ARP failure during connect\n"); kfree_skb(skb); } |