提交 39855b5b 编写于 作者: J Joe Stringer 提交者: Jesse Gross

openvswitch: Fix typo

Signed-off-by: NJoe Stringer <joe@wand.net.nz>
Signed-off-by: NJesse Gross <jesse@nicira.com>
上级 4185392d
...@@ -45,7 +45,7 @@ static int make_writable(struct sk_buff *skb, int write_len) ...@@ -45,7 +45,7 @@ static int make_writable(struct sk_buff *skb, int write_len)
return pskb_expand_head(skb, 0, 0, GFP_ATOMIC); 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) static int __pop_vlan_tci(struct sk_buff *skb, __be16 *current_tci)
{ {
struct vlan_hdr *vhdr; struct vlan_hdr *vhdr;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册