tcp: Change tcp_slow_start function to return void
authorLi RongQing <[email protected]>
Tue, 30 Sep 2014 01:49:55 +0000 (09:49 +0800)
committerDavid S. Miller <[email protected]>
Tue, 30 Sep 2014 21:09:16 +0000 (17:09 -0400)
commita12a601ed163578084a48708ae376805f79a1ccf
tree9cf7ebc0f7e86bc54c72cd0e4a42895017d00c78
parent3243acd37fd9b7fc4b19318eddf28b418b3b060a
tcp: Change tcp_slow_start function to return void

No caller uses the return value, so make this function return void.

Signed-off-by: Li RongQing <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
include/net/tcp.h
net/ipv4/tcp_cong.c