1
0
Fork 0

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>
wifi-calibration
Wang Yufen 2014-02-17 16:53:33 +08:00 committed by David S. Miller
parent 23b4567291
commit 22b285d63e
1 changed files with 2 additions and 3 deletions

View File

@ -28,8 +28,7 @@
/*
* Policy Table
*/
struct ip6addrlbl_entry
{
struct ip6addrlbl_entry {
#ifdef CONFIG_NET_NS
struct net *lbl_net;
#endif
@ -527,7 +526,7 @@ static inline int ip6addrlbl_msgsize(void)
+ nla_total_size(4); /* IFAL_LABEL */
}
static int ip6addrlbl_get(struct sk_buff *in_skb, struct nlmsghdr* nlh)
static int ip6addrlbl_get(struct sk_buff *in_skb, struct nlmsghdr *nlh)
{
struct net *net = sock_net(in_skb->sk);
struct ifaddrlblmsg *ifal;