From: Joe Stringer Date: Fri, 31 Aug 2012 22:28:28 +0000 (-0700) Subject: openvswitch: Fix typo X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=39855b5ba9a72a80de96009011b7f8b2fb01612b;p=openwrt%2Fstaging%2Fblogic.git openvswitch: Fix typo Signed-off-by: Joe Stringer Signed-off-by: Jesse Gross --- diff --git a/net/openvswitch/actions.c b/net/openvswitch/actions.c index f3f96badf5aa..954405ceae9e 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;