Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 04686013 authored by David S. Miller's avatar David S. Miller
Browse files

xfrm: Const'ify xfrm_tmpl arg to xfrm_init_tempstate.

parent 2ab38503
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -658,7 +658,7 @@ EXPORT_SYMBOL(xfrm_sad_getinfo);

static int
xfrm_init_tempstate(struct xfrm_state *x, const struct flowi *fl,
		    struct xfrm_tmpl *tmpl,
		    const struct xfrm_tmpl *tmpl,
		    xfrm_address_t *daddr, xfrm_address_t *saddr,
		    unsigned short family)
{