Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 82695b30 authored by Stephen Hemminger's avatar Stephen Hemminger Committed by David S. Miller
Browse files

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: default avatarStephen Hemminger <stephen@networkplumber.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 262c9740
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -21,4 +21,3 @@ struct ethoc_platform_data {
};

#endif /* !LINUX_NET_ETHOC_H */
+0 −1
Original line number Diff line number Diff line
@@ -556,4 +556,3 @@ int __init ip_misc_proc_init(void)
{
	return register_pernet_subsys(&ip_proc_ops);
}
+0 −1
Original line number Diff line number Diff line
@@ -379,4 +379,3 @@ void __init xfrm4_init(void)
	xfrm4_protocol_init();
	register_pernet_subsys(&xfrm4_net_ops);
}
+0 −1
Original line number Diff line number Diff line
@@ -552,4 +552,3 @@ void ac6_proc_exit(struct net *net)
	remove_proc_entry("anycast6", net->proc_net);
}
#endif
+0 −1
Original line number Diff line number Diff line
@@ -279,4 +279,3 @@ int ipv6_find_hdr(const struct sk_buff *skb, unsigned int *offset,
	return nexthdr;
}
EXPORT_SYMBOL(ipv6_find_hdr);
Loading