]> git.baikalelectronics.ru Git - kernel.git/commit
tcp_metrics: Remove the unused return code from tcp_metrics_flush_all
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 13 Mar 2015 05:06:43 +0000 (00:06 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 13 Mar 2015 05:57:07 +0000 (01:57 -0400)
commit2fd57016902dbd668790a0d62497d33cab417fb8
tree1c9f3b5847004fa63a576e87fbac992bda10770b
parentdc874ae12b60908b8f375c488e647a04c1193530
tcp_metrics: Remove the unused return code from tcp_metrics_flush_all

tcp_metrics_flush_all always returns 0.  Remove the unnecessary return code.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_metrics.c