]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: Change tcp_slow_start function to return void
authorLi RongQing <roy.qing.li@gmail.com>
Tue, 30 Sep 2014 01:49:55 +0000 (09:49 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 30 Sep 2014 21:09:16 +0000 (17:09 -0400)
commit21e65bdae21d7f4e7deb2f44e1710a9f9ec03d69
tree9cf7ebc0f7e86bc54c72cd0e4a42895017d00c78
parentf67a7a7f6b82212b30399d9f272d1a3280f1cbe6
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 <roy.qing.li@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
net/ipv4/tcp_cong.c