From 7842d369e011d02169cbdbb1f4485ae0314cd9bb Mon Sep 17 00:00:00 2001 From: Johannes Berg Date: Sat, 26 Aug 2006 19:17:53 -0700 Subject: [PATCH] --- yaml --- r: 34636 b: refs/heads/master c: ff5dfe736dd9f6c74b206aa77c0465dfd503bdb9 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/net/netlink.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index e6442bca443f..e4d21f7d0aa4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 97e5848dd39e7e76bd6077735ebb5473763ab9c5 +refs/heads/master: ff5dfe736dd9f6c74b206aa77c0465dfd503bdb9 diff --git a/trunk/include/net/netlink.h b/trunk/include/net/netlink.h index 47044da167c5..bcb27e3a312e 100644 --- a/trunk/include/net/netlink.h +++ b/trunk/include/net/netlink.h @@ -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) \