On Sat, Jul 22, 2017 at 12:47:55PM +0200, Claudio Jeker wrote: > Suggested by bluhm@, switch from struct keycb *pk to struct keycb *kp. > > OK?
OK bluhm@, this is more consistent with other PCB code. > @@ -942,7 +942,7 @@ pfkeyv2_send(struct socket *so, void *me > struct radix_node_head *rnh; > struct radix_node *rn = NULL; > > - struct keycb *pk, *bpk = NULL; > + struct keycb *kp, *bkp = NULL; > > void *freeme = NULL, *bckptr = NULL; > void *headers[SADB_EXT_MAX + 1]; And I recommended to not intialize bkp, it is a loop variable.
