Skip to content

Commit

Permalink
xfrm: Const'ify xfrm_tmpl arg to xfrm_init_tempstate.
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Feb 24, 2011
1 parent 2ab3850 commit 0468601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/xfrm/xfrm_state.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 0468601

Please sign in to comment.