l2tp: make l2tp_xmit_core() return void
commit2685fbb8044f9bd8d3b5de1fa7854fea655f2df6
authorGuillaume Nault <g.nault@alphalink.fr>
Mon, 25 Jun 2018 14:07:25 +0000 (25 16:07 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 26 Jun 2018 13:55:51 +0000 (26 22:55 +0900)
tree9ca18de255235800250ee246bf7413fdc9259b34
parent363a341d190bde3f6d5f2786feefb9f1a7a45b95
l2tp: make l2tp_xmit_core() return void

It always returns 0, and nobody reads the return value anyway.

Signed-off-by: Guillaume Nault <g.nault@alphalink.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/l2tp/l2tp_core.c