aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/addrlabel.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/addrlabel.c')
-rw-r--r--net/ipv6/addrlabel.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/ipv6/addrlabel.c b/net/ipv6/addrlabel.c
index f0e774cea386..921dcf6c271a 100644
--- a/net/ipv6/addrlabel.c
+++ b/net/ipv6/addrlabel.c
@@ -513,10 +513,9 @@ static int ip6addrlbl_dump(struct sk_buff *skb, struct netlink_callback *cb)
513 513
514static inline int ip6addrlbl_msgsize(void) 514static inline int ip6addrlbl_msgsize(void)
515{ 515{
516 return (NLMSG_ALIGN(sizeof(struct ifaddrlblmsg)) 516 return NLMSG_ALIGN(sizeof(struct ifaddrlblmsg))
517 + nla_total_size(16) /* IFAL_ADDRESS */ 517 + nla_total_size(16) /* IFAL_ADDRESS */
518 + nla_total_size(4) /* IFAL_LABEL */ 518 + nla_total_size(4); /* IFAL_LABEL */
519 );
520} 519}
521 520
522static int ip6addrlbl_get(struct sk_buff *in_skb, struct nlmsghdr* nlh, 521static int ip6addrlbl_get(struct sk_buff *in_skb, struct nlmsghdr* nlh,