inet: whitespace cleanup
Ran simple script to find/remove trailing whitespace and blank lines at EOF because that kind of stuff git whines about and editors leave behind. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

父節點
262c974015
當前提交
82695b30ff
@@ -552,4 +552,3 @@ void ac6_proc_exit(struct net *net)
|
||||
remove_proc_entry("anycast6", net->proc_net);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
@@ -279,4 +279,3 @@ int ipv6_find_hdr(const struct sk_buff *skb, unsigned int *offset,
|
||||
return nexthdr;
|
||||
}
|
||||
EXPORT_SYMBOL(ipv6_find_hdr);
|
||||
|
||||
|
@@ -1415,4 +1415,3 @@ int compat_ipv6_getsockopt(struct sock *sk, int level, int optname,
|
||||
}
|
||||
EXPORT_SYMBOL(compat_ipv6_getsockopt);
|
||||
#endif
|
||||
|
||||
|
@@ -355,4 +355,3 @@ void ipv6_misc_proc_exit(void)
|
||||
{
|
||||
unregister_pernet_subsys(&ipv6_proc_ops);
|
||||
}
|
||||
|
||||
|
@@ -196,4 +196,3 @@ void xfrm6_state_fini(void)
|
||||
{
|
||||
xfrm_state_unregister_afinfo(&xfrm6_state_afinfo);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user