summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorKenjiro Nakayama2014-10-20 11:15:50 +0200
committerDavid S. Miller2014-10-24 06:13:10 +0200
commit105970f6087ae240b00deaff85773ed9bf381145 (patch)
tree274661b0ebd79afd4d76333da5b5fa614b5fb8d7 /net
parenthyperv: Fix the total_data_buflen in send path (diff)
downloadkernel-qcow2-linux-105970f6087ae240b00deaff85773ed9bf381145.tar.gz
kernel-qcow2-linux-105970f6087ae240b00deaff85773ed9bf381145.tar.xz
kernel-qcow2-linux-105970f6087ae240b00deaff85773ed9bf381145.zip
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')
-rw-r--r--net/ipv6/icmp.c1
-rw-r--r--net/ipv6/syncookies.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/net/ipv6/icmp.c b/net/ipv6/icmp.c
index 97ae70077a4f..62c1037d9e83 100644
--- a/net/ipv6/icmp.c
+++ b/net/ipv6/icmp.c
@@ -1009,4 +1009,3 @@ struct ctl_table * __net_init ipv6_icmp_sysctl_init(struct net *net)
return table;
}
#endif
-
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;
}
-