]> 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)
commita562259d2ab008f8059f51360b00345767866bda
tree9341904aecba6c5b2a5561fa79e50230f792c0bb
parent850bb1eaec6028069e1da212eb599c042f6d1363
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