Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291747
b: refs/heads/master
c: 625e32e
h: refs/heads/master
i:
  291745: 83ea202
  291743: 46f96cd
v: v3
  • Loading branch information
Masanari Iida authored and Jiri Kosina committed Feb 21, 2012
1 parent 797049e commit 8fd60bf
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: edbfc1ba08b7cc4677fb1f781bd94dc154142215
refs/heads/master: 625e32e554dcfaeb671cd7508136b1e66966793e
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 8fd60bf

Please sign in to comment.