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

xfrm: Const'ify address arguments to xfrm_addr_cmp()

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6418c4e0
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment