Commit 22b285d6 authored by Wang Yufen's avatar Wang Yufen Committed by David S. Miller

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

Signed-off-by: default avatarWang Yufen <wangyufen@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 23b45672
...@@ -28,8 +28,7 @@ ...@@ -28,8 +28,7 @@
/* /*
* Policy Table * Policy Table
*/ */
struct ip6addrlbl_entry struct ip6addrlbl_entry {
{
#ifdef CONFIG_NET_NS #ifdef CONFIG_NET_NS
struct net *lbl_net; struct net *lbl_net;
#endif #endif
...@@ -527,7 +526,7 @@ static inline int ip6addrlbl_msgsize(void) ...@@ -527,7 +526,7 @@ static inline int ip6addrlbl_msgsize(void)
+ nla_total_size(4); /* IFAL_LABEL */ + 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 net *net = sock_net(in_skb->sk);
struct ifaddrlblmsg *ifal; struct ifaddrlblmsg *ifal;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment