pptp: Constify the po parameter of pptp_route_output().
authorGuillaume Nault <gnault@redhat.com>
Tue, 11 Jul 2023 13:06:26 +0000 (15:06 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 14 Jul 2023 07:27:33 +0000 (08:27 +0100)
commitdc4c399d215d76689ebadec7ed3184bcf213e2ee
tree17b02304475d9e7bc93574f2225a68d48523c134
parent5bc67a854cb4982aa7746e8d2206a00b46a9cc0f
pptp: Constify the po parameter of pptp_route_output().

Make it explicit that this function doesn't modify the socket passed as
parameter.

Signed-off-by: Guillaume Nault <gnault@redhat.com>
Reviewed-by: Simon Horman <simon.horman@corigine.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ppp/pptp.c