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

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

xfrm: Const'ify address arguments to xfrm_addr_cmp()

parent 6418c4e0
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1520,7 +1520,8 @@ struct scatterlist;
typedef int (icv_update_fn_t)(struct hash_desc *, struct scatterlist *,
			      unsigned int);

static inline int xfrm_addr_cmp(xfrm_address_t *a, xfrm_address_t *b,
static inline int xfrm_addr_cmp(const xfrm_address_t *a,
				const xfrm_address_t *b,
				int family)
{
	switch (family) {