diff options
Diffstat (limited to 'net/ipv4/tcp_input.c')
-rw-r--r-- | net/ipv4/tcp_input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c index 9f8a80ba17bd..d67b6e9cc540 100644 --- a/net/ipv4/tcp_input.c +++ b/net/ipv4/tcp_input.c | |||
@@ -1940,7 +1940,7 @@ out: | |||
1940 | /* Limits sacked_out so that sum with lost_out isn't ever larger than | 1940 | /* Limits sacked_out so that sum with lost_out isn't ever larger than |
1941 | * packets_out. Returns zero if sacked_out adjustement wasn't necessary. | 1941 | * packets_out. Returns zero if sacked_out adjustement wasn't necessary. |
1942 | */ | 1942 | */ |
1943 | int tcp_limit_reno_sacked(struct tcp_sock *tp) | 1943 | static int tcp_limit_reno_sacked(struct tcp_sock *tp) |
1944 | { | 1944 | { |
1945 | u32 holes; | 1945 | u32 holes; |
1946 | 1946 | ||