diff options
author | Joe Stringer <joe@wand.net.nz> | 2012-08-31 15:28:28 -0700 |
---|---|---|
committer | Jesse Gross <jesse@nicira.com> | 2012-09-02 12:18:25 -0700 |
commit | 39855b5ba9a72a80de96009011b7f8b2fb01612b (patch) | |
tree | 3c7fa4815db36dc785d3c95b181c4711176bb671 /net | |
parent | 4185392da4b4b494e51934c51b999b4df424afba (diff) | |
download | op-kernel-dev-39855b5ba9a72a80de96009011b7f8b2fb01612b.zip op-kernel-dev-39855b5ba9a72a80de96009011b7f8b2fb01612b.tar.gz |
openvswitch: Fix typo
Signed-off-by: Joe Stringer <joe@wand.net.nz>
Signed-off-by: Jesse Gross <jesse@nicira.com>
Diffstat (limited to 'net')
-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 f3f96ba..954405c 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; |