aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c
diff options
context:
space:
mode:
authorDaniel Baluta <dbaluta@ixiacom.com>2014-03-19 09:58:25 -0400
committerDavid S. Miller <davem@davemloft.net>2014-03-20 16:17:22 -0400
commite35bad5d876dc7b0bfd794a3ba328a442bd970e0 (patch)
tree43b7a7a82f288015ddbc3cc1548c8c2fe6ab0332 /net/ipv4/tcp_ipv4.c
parentc60c8337ef4ab201783faa73246874be8561db4e (diff)
net: remove empty lines from tcp_syn_flood_action
Signed-off-by: Daniel Baluta <dbaluta@ixiacom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
-rw-r--r--net/ipv4/tcp_ipv4.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c
index c4f1d9a76c44..4555244607d0 100644
--- a/net/ipv4/tcp_ipv4.c
+++ b/net/ipv4/tcp_ipv4.c
@@ -880,8 +880,6 @@ bool tcp_syn_flood_action(struct sock *sk,
880 bool want_cookie = false; 880 bool want_cookie = false;
881 struct listen_sock *lopt; 881 struct listen_sock *lopt;
882 882
883
884
885#ifdef CONFIG_SYN_COOKIES 883#ifdef CONFIG_SYN_COOKIES
886 if (sysctl_tcp_syncookies) { 884 if (sysctl_tcp_syncookies) {
887 msg = "Sending cookies"; 885 msg = "Sending cookies";