Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314503
b: refs/heads/master
c: 75db986
h: refs/heads/master
i:
  314501: c60691a
  314499: c9d61aa
  314495: f33d7ae
v: v3
  • Loading branch information
Jiri Pirko authored and David S. Miller committed Jun 19, 2012
1 parent c1c18ad commit fbdec19
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: 0f1aad2b7f01d88782fbf4ab08b13a7d92b9b6b2
refs/heads/master: 75db986a6b93dd93e543387720b88f350ce38d30
2 changes: 1 addition & 1 deletion trunk/drivers/net/team/team.c
Original file line number Diff line number Diff line change
Expand Up @@ -1583,7 +1583,7 @@ static int team_nl_fill_options_get(struct sk_buff *skb,
goto nla_put_failure;
option_list = nla_nest_start(skb, TEAM_ATTR_LIST_OPTION);
if (!option_list)
return -EMSGSIZE;
goto nla_put_failure;

list_for_each_entry(opt_inst, &team->option_inst_list, list) {
struct nlattr *option_item;
Expand Down

0 comments on commit fbdec19

Please sign in to comment.