On 2019/04/15 17:06, Yuya Kusakabe wrote: ... >>> @@ -5095,6 +5096,13 @@ static struct sk_buff >>> *skb_reorder_vlan_header(struct sk_buff *skb) ... >>> + meta = skb_metadata_end(skb) - meta_len; >>> + memmove(meta + VLAN_HLEN, meta, meta_len); >>> + };
I just noticed that there is an unnecessary semicolon here. Not sure if checkpatch.pl can detect this, but if you did not use it, please try it. Also it seems your patch is corrupted and tabs are converted into whitespaces. Please check if you can apply the patch by sending your patch to yourself, then send to the list. Thanks, Toshiaki Makita