Commit 105970f6 authored by Kenjiro Nakayama's avatar Kenjiro Nakayama Committed by David S. Miller

net: Remove trailing whitespace in tcp.h icmp.c syncookies.c

Remove trailing whitespace in tcp.h icmp.c syncookies.c
Signed-off-by: default avatarKenjiro Nakayama <nakayamakenjiro@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 942396b0
...@@ -1009,4 +1009,3 @@ struct ctl_table * __net_init ipv6_icmp_sysctl_init(struct net *net) ...@@ -1009,4 +1009,3 @@ struct ctl_table * __net_init ipv6_icmp_sysctl_init(struct net *net)
return table; return table;
} }
#endif #endif
...@@ -269,4 +269,3 @@ struct sock *cookie_v6_check(struct sock *sk, struct sk_buff *skb) ...@@ -269,4 +269,3 @@ struct sock *cookie_v6_check(struct sock *sk, struct sk_buff *skb)
reqsk_free(req); reqsk_free(req);
return NULL; return NULL;
} }
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