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

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

xfrm: Const'ify address argument to xfrm_addr_any()

parent ff6acd16
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -954,7 +954,7 @@ secpath_reset(struct sk_buff *skb)
}

static inline int
xfrm_addr_any(xfrm_address_t *addr, unsigned short family)
xfrm_addr_any(const xfrm_address_t *addr, unsigned short family)
{
	switch (family) {
	case AF_INET: