fixup for non-functional change
authorMarc Fiuczynski <mef@cs.princeton.edu>
Fri, 29 Jun 2007 00:52:18 +0000 (00:52 +0000)
committerMarc Fiuczynski <mef@cs.princeton.edu>
Fri, 29 Jun 2007 00:52:18 +0000 (00:52 +0000)
net/ipv4/tcp_ipv4.c

index 8d3fa3c..4d3232d 100644 (file)
@@ -5,7 +5,7 @@
  *
  *             Implementation of the Transmission Control Protocol(TCP).
  *
- * Version:    $Id$
+ * Version:    $Id: tcp_ipv4.c,v 1.240 2002/02/01 22:01:04 davem Exp $
  *
  *             IPv4 specific functions
  *
@@ -1655,7 +1655,6 @@ int tcp_v4_rcv(struct sk_buff *skb)
                goto no_tcp_socket;
 
 process:
-
        if (sk->sk_state == TCP_TIME_WAIT)
                goto do_time_wait;