]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: remove redundant assigment to snd_cwnd
authorTheodore Dubois <tblodt@icloud.com>
Mon, 20 Jan 2020 22:10:53 +0000 (14:10 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Jan 2020 09:52:29 +0000 (10:52 +0100)
commit16afe51d362aaf425222da543a790ebc550ffa4f
treec6424156d3f3aa735f2c05e56082a430482b9ca0
parent687db6210c2a774629927524ccc82442d47cb305
tcp: remove redundant assigment to snd_cwnd

Not sure how this got in here. git blame says the second assignment was
added in 64ebefd3, but that commit also removed the first assignment.

Signed-off-by: Theodore Dubois <tblodt@icloud.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp.c