forked from luck/tmp_suning_uos_patched
xfrm: checkpatch erros with space prohibited
Fix checkpatch error "space prohibited xxx". Signed-off-by: Weilong Chen <chenweilong@huawei.com> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
This commit is contained in:
parent
3e94c2dcfd
commit
02d0892f98
|
@ -1704,7 +1704,7 @@ static int xfrm_expand_policies(const struct flowi *fl, u16 family,
|
||||||
xfrm_pols_put(pols, *num_pols);
|
xfrm_pols_put(pols, *num_pols);
|
||||||
return PTR_ERR(pols[1]);
|
return PTR_ERR(pols[1]);
|
||||||
}
|
}
|
||||||
(*num_pols) ++;
|
(*num_pols)++;
|
||||||
(*num_xfrms) += pols[1]->xfrm_nr;
|
(*num_xfrms) += pols[1]->xfrm_nr;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2378,7 +2378,7 @@ int __xfrm_policy_check(struct sock *sk, int dir, struct sk_buff *skb,
|
||||||
pol->curlft.use_time = get_seconds();
|
pol->curlft.use_time = get_seconds();
|
||||||
|
|
||||||
pols[0] = pol;
|
pols[0] = pol;
|
||||||
npols ++;
|
npols++;
|
||||||
#ifdef CONFIG_XFRM_SUB_POLICY
|
#ifdef CONFIG_XFRM_SUB_POLICY
|
||||||
if (pols[0]->type != XFRM_POLICY_TYPE_MAIN) {
|
if (pols[0]->type != XFRM_POLICY_TYPE_MAIN) {
|
||||||
pols[1] = xfrm_policy_lookup_bytype(net, XFRM_POLICY_TYPE_MAIN,
|
pols[1] = xfrm_policy_lookup_bytype(net, XFRM_POLICY_TYPE_MAIN,
|
||||||
|
@ -2390,7 +2390,7 @@ int __xfrm_policy_check(struct sock *sk, int dir, struct sk_buff *skb,
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
pols[1]->curlft.use_time = get_seconds();
|
pols[1]->curlft.use_time = get_seconds();
|
||||||
npols ++;
|
npols++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1824,7 +1824,7 @@ static int xfrm_new_ae(struct sk_buff *skb, struct nlmsghdr *nlh,
|
||||||
struct net *net = sock_net(skb->sk);
|
struct net *net = sock_net(skb->sk);
|
||||||
struct xfrm_state *x;
|
struct xfrm_state *x;
|
||||||
struct km_event c;
|
struct km_event c;
|
||||||
int err = - EINVAL;
|
int err = -EINVAL;
|
||||||
u32 mark = 0;
|
u32 mark = 0;
|
||||||
struct xfrm_mark m;
|
struct xfrm_mark m;
|
||||||
struct xfrm_aevent_id *p = nlmsg_data(nlh);
|
struct xfrm_aevent_id *p = nlmsg_data(nlh);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user