diff options
author | Kenjiro Nakayama <nakayamakenjiro@gmail.com> | 2014-10-20 18:15:50 +0900 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-10-24 00:13:10 -0400 |
commit | 105970f6087ae240b00deaff85773ed9bf381145 (patch) | |
tree | 274661b0ebd79afd4d76333da5b5fa614b5fb8d7 /net/ipv6/syncookies.c | |
parent | 942396b01989d54977120f3625e5ba31afe7a75c (diff) | |
download | linux-105970f6087ae240b00deaff85773ed9bf381145.tar.bz2 |
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>
Diffstat (limited to 'net/ipv6/syncookies.c')
-rw-r--r-- | net/ipv6/syncookies.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv6/syncookies.c b/net/ipv6/syncookies.c index 2f25cb6347ca..0e26e795b703 100644 --- a/net/ipv6/syncookies.c +++ b/net/ipv6/syncookies.c @@ -269,4 +269,3 @@ out_free: reqsk_free(req); return NULL; } - |