]> git.baikalelectronics.ru Git - kernel.git/commit
sock_get_timeout: drop unnecessary return variable
authorVito Caputo <vcaputo@pengaru.com>
Thu, 10 Oct 2019 04:08:24 +0000 (21:08 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 12 Oct 2019 03:45:31 +0000 (20:45 -0700)
commitea9f402d7c159a3de8e2d491d4661a9ffd679631
tree9341904aecba6c5b2a5561fa79e50230f792c0bb
parentfb44f397fa18a84b63e29853611b4c77eaed8ef1
sock_get_timeout: drop unnecessary return variable

Remove pointless use of size return variable by directly returning
sizes.

Signed-off-by: Vito Caputo <vcaputo@pengaru.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/sock.c