netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] net: remove empty lines from tcp_syn_flood_action
@ 2014-03-19 13:58 Daniel Baluta
  2014-03-19 13:58 ` Daniel Baluta
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel Baluta @ 2014-03-19 13:58 UTC (permalink / raw)
  To: davem; +Cc: dbaluta, netdev, linux-kernel

Signed-off-by: Daniel Baluta <dbaluta@ixiacom.com>
---
 net/ipv4/tcp_ipv4.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c
index c4f1d9a..4555244 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,
 	bool want_cookie = false;
 	struct listen_sock *lopt;
 
-
-
 #ifdef CONFIG_SYN_COOKIES
 	if (sysctl_tcp_syncookies) {
 		msg = "Sending cookies";
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-03-20 20:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-19 13:58 [PATCH] net: remove empty lines from tcp_syn_flood_action Daniel Baluta
2014-03-19 13:58 ` Daniel Baluta
2014-03-19 17:33   ` Daniel Baluta
2014-03-20 20:17   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).