Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ipv6: fix checkpatch errors with brace and "foo *bar"

Signed-off-by: Wang Yufen <wangyufen@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Wang Yufen and committed by
David S. Miller
22b285d6 23b45672

+2 -3
+2 -3
net/ipv6/addrlabel.c
··· 28 28 /* 29 29 * Policy Table 30 30 */ 31 - struct ip6addrlbl_entry 32 - { 31 + struct ip6addrlbl_entry { 33 32 #ifdef CONFIG_NET_NS 34 33 struct net *lbl_net; 35 34 #endif ··· 526 527 + nla_total_size(4); /* IFAL_LABEL */ 527 528 } 528 529 529 - static int ip6addrlbl_get(struct sk_buff *in_skb, struct nlmsghdr* nlh) 530 + static int ip6addrlbl_get(struct sk_buff *in_skb, struct nlmsghdr *nlh) 530 531 { 531 532 struct net *net = sock_net(in_skb->sk); 532 533 struct ifaddrlblmsg *ifal;