On Wed, Jan 13, 2021 at 11:09 PM Felipe Balbi <balbi@xxxxxxxxxx> wrote: > > - bool zlp; > > - bool no_skb_reserve; > > + bool zlp:1, > > + no_skb_reserve:1, > > + ifname_set:1; > > let's keep one declaration per line, as it was before. Other than that, > patch looks good. Thanks for the quick review! Uploaded v2 to fix this. Also changed strlcpy to strscpy as suggested by checkpatch.