X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2Factions.c;h=b75aecdace46d3e7c659918f0bcb9bd0acb81b54;hb=d295e8e97acae13552a5b220d3fbcff8201064a2;hp=53e05872cd1efeb756797f3d27f39d0e13c53135;hpb=90a249dc93ccabd398b64092121b07e5af2d8c2d;p=sliver-openvswitch.git diff --git a/datapath/actions.c b/datapath/actions.c index 53e05872c..b75aecdac 100644 --- a/datapath/actions.c +++ b/datapath/actions.c @@ -122,7 +122,7 @@ static struct sk_buff *modify_vlan_tci(struct datapath *dp, struct sk_buff *skb, if (unlikely(err)) { kfree_skb(skb); return ERR_PTR(err); - } + } /* GSO is not implemented for packets with an 802.1Q header, so * we have to do segmentation before we add that header.