Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300417
b: refs/heads/master
c: 14ad664
h: refs/heads/master
i:
  300415: 815f0fd
v: v3
  • Loading branch information
David S. Miller committed Apr 2, 2012
1 parent 1a18990 commit 08bf623
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 0e3cea7b3cdb2344919e96b3af33de64736ae3a3
refs/heads/master: 14ad6647f3c919b4ee987e2058fbc6c10f29bb53
3 changes: 2 additions & 1 deletion trunk/net/core/gen_stats.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
static inline int
gnet_stats_copy(struct gnet_dump *d, int type, void *buf, int size)
{
NLA_PUT(d->skb, type, size, buf);
if (nla_put(d->skb, type, size, buf))
goto nla_put_failure;
return 0;

nla_put_failure:
Expand Down

0 comments on commit 08bf623

Please sign in to comment.