aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netlink.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/netlink.h')
-rw-r--r--include/net/netlink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/netlink.h b/include/net/netlink.h
index 47044da167c5..bcb27e3a312e 100644
--- a/include/net/netlink.h
+++ b/include/net/netlink.h
@@ -828,7 +828,7 @@ static inline int nla_put_msecs(struct sk_buff *skb, int attrtype,
828#define NLA_PUT_STRING(skb, attrtype, value) \ 828#define NLA_PUT_STRING(skb, attrtype, value) \
829 NLA_PUT(skb, attrtype, strlen(value) + 1, value) 829 NLA_PUT(skb, attrtype, strlen(value) + 1, value)
830 830
831#define NLA_PUT_FLAG(skb, attrtype, value) \ 831#define NLA_PUT_FLAG(skb, attrtype) \
832 NLA_PUT(skb, attrtype, 0, NULL) 832 NLA_PUT(skb, attrtype, 0, NULL)
833 833
834#define NLA_PUT_MSECS(skb, attrtype, jiffies) \ 834#define NLA_PUT_MSECS(skb, attrtype, jiffies) \