Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352605
b: refs/heads/master
c: 33a6b15
h: refs/heads/master
i:
  352603: 6c4d83f
v: v3
  • Loading branch information
Arend van Spriel authored and John W. Linville committed Feb 8, 2013
1 parent b618225 commit ddfab1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 0de8aace0ff499bf1b6597e7f272961d2e335933
refs/heads/master: 33a6b157f80af5e2a98a244b3dfff650bc5c7bcc
Original file line number Diff line number Diff line change
Expand Up @@ -3997,7 +3997,7 @@ struct brcmf_cfg80211_vif *brcmf_alloc_vif(struct brcmf_cfg80211_info *cfg,
if (cfg->vif_cnt == BRCMF_IFACE_MAX_CNT)
return ERR_PTR(-ENOSPC);

brcmf_dbg(TRACE, "allocating virtual interface (size=%d)\n",
brcmf_dbg(TRACE, "allocating virtual interface (size=%zu)\n",
sizeof(*vif));
vif = kzalloc(sizeof(*vif), GFP_KERNEL);
if (!vif)
Expand Down

0 comments on commit ddfab1d

Please sign in to comment.