diff options
Diffstat (limited to 'net/openvswitch/actions.c')
| -rw-r--r-- | net/openvswitch/actions.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openvswitch/actions.c b/net/openvswitch/actions.c index c7425f32e7d..08114478cb8 100644 --- a/net/openvswitch/actions.c +++ b/net/openvswitch/actions.c @@ -45,7 +45,7 @@ static int make_writable(struct sk_buff *skb, int write_len)  	return pskb_expand_head(skb, 0, 0, GFP_ATOMIC);  } -/* remove VLAN header from packet and update csum accrodingly. */ +/* remove VLAN header from packet and update csum accordingly. */  static int __pop_vlan_tci(struct sk_buff *skb, __be16 *current_tci)  {  	struct vlan_hdr *vhdr;  |