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>
This commit is contained in:

zatwierdzone przez
Jiri Kosina

rodzic
35fc7b7dac
commit
c01e01597c
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user