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

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

Signed-off-by: Kenjiro Nakayama <nakayamakenjiro@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Kenjiro Nakayama
2014-10-20 18:15:50 +09:00
committed by David S. Miller
parent 942396b019
commit 105970f608
3 changed files with 6 additions and 8 deletions

View File

@@ -1009,4 +1009,3 @@ struct ctl_table * __net_init ipv6_icmp_sysctl_init(struct net *net)
return table;
}
#endif

View File

@@ -269,4 +269,3 @@ out_free:
reqsk_free(req);
return NULL;
}