Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34636
b: refs/heads/master
c: ff5dfe7
h: refs/heads/master
v: v3
  • Loading branch information
Johannes Berg authored and David S. Miller committed Sep 22, 2006
1 parent 0edfa91 commit 7842d36
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: 97e5848dd39e7e76bd6077735ebb5473763ab9c5
refs/heads/master: ff5dfe736dd9f6c74b206aa77c0465dfd503bdb9
2 changes: 1 addition & 1 deletion trunk/include/net/netlink.h
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ static inline int nla_put_msecs(struct sk_buff *skb, int attrtype,
#define NLA_PUT_STRING(skb, attrtype, value) \
NLA_PUT(skb, attrtype, strlen(value) + 1, value)

#define NLA_PUT_FLAG(skb, attrtype, value) \
#define NLA_PUT_FLAG(skb, attrtype) \
NLA_PUT(skb, attrtype, 0, NULL)

#define NLA_PUT_MSECS(skb, attrtype, jiffies) \
Expand Down

0 comments on commit 7842d36

Please sign in to comment.