Skip to content

Commit

Permalink
ipv6: fix checkpatch errors with brace and "foo *bar"
Browse files Browse the repository at this point in the history
Signed-off-by: Wang Yufen <wangyufen@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Wang Yufen authored and David S. Miller committed Feb 17, 2014
1 parent 23b4567 commit 22b285d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions net/ipv6/addrlabel.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
/*
* Policy Table
*/
struct ip6addrlbl_entry
{
struct ip6addrlbl_entry {
#ifdef CONFIG_NET_NS
struct net *lbl_net;
#endif
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 22b285d

Please sign in to comment.