diff options
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r-- | include/net/tcp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h index 740d09be8e2d..bf20f88fd033 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h | |||
@@ -359,8 +359,7 @@ TCP_ECN_create_request(struct request_sock *req, struct tcphdr *th) | |||
359 | inet_rsk(req)->ecn_ok = 1; | 359 | inet_rsk(req)->ecn_ok = 1; |
360 | } | 360 | } |
361 | 361 | ||
362 | enum tcp_tw_status | 362 | enum tcp_tw_status { |
363 | { | ||
364 | TCP_TW_SUCCESS = 0, | 363 | TCP_TW_SUCCESS = 0, |
365 | TCP_TW_RST = 1, | 364 | TCP_TW_RST = 1, |
366 | TCP_TW_ACK = 2, | 365 | TCP_TW_ACK = 2, |