Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290697
b: refs/heads/master
c: c393862
h: refs/heads/master
i:
  290695: 6ca7b75
v: v3
  • Loading branch information
Masanari Iida authored and John W. Linville committed Feb 27, 2012
1 parent 71de705 commit b60a895
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2ed7188447fd48336f296ce2dfbd35785768d28c
refs/heads/master: c393862faad6aa200ce3fbf03735eb54361e6a4c
8 changes: 4 additions & 4 deletions trunk/drivers/net/wireless/mac80211_hwsim.c
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ static void mac80211_hwsim_tx_frame_nl(struct ieee80211_hw *hw,
return;

nla_put_failure:
printk(KERN_DEBUG "mac80211_hwsim: error occured in %s\n", __func__);
printk(KERN_DEBUG "mac80211_hwsim: error occurred in %s\n", __func__);
}

static bool mac80211_hwsim_tx_frame_no_nl(struct ieee80211_hw *hw,
Expand Down Expand Up @@ -1564,7 +1564,7 @@ static int hwsim_cloned_frame_received_nl(struct sk_buff *skb_2,

return 0;
err:
printk(KERN_DEBUG "mac80211_hwsim: error occured in %s\n", __func__);
printk(KERN_DEBUG "mac80211_hwsim: error occurred in %s\n", __func__);
goto out;
out:
dev_kfree_skb(skb);
Expand All @@ -1584,7 +1584,7 @@ static int hwsim_register_received_nl(struct sk_buff *skb_2,

return 0;
out:
printk(KERN_DEBUG "mac80211_hwsim: error occured in %s\n", __func__);
printk(KERN_DEBUG "mac80211_hwsim: error occurred in %s\n", __func__);
return -EINVAL;
}

Expand Down Expand Up @@ -1647,7 +1647,7 @@ static int hwsim_init_netlink(void)
return 0;

failure:
printk(KERN_DEBUG "mac80211_hwsim: error occured in %s\n", __func__);
printk(KERN_DEBUG "mac80211_hwsim: error occurred in %s\n", __func__);
return -EINVAL;
}

Expand Down

0 comments on commit b60a895

Please sign in to comment.