projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45f1a0d
)
datapath: Fix typo
author
Joe Stringer
<joe@wand.net.nz>
Fri, 31 Aug 2012 03:35:49 +0000
(15:35 +1200)
committer
Jesse Gross
<jesse@nicira.com>
Fri, 31 Aug 2012 22:26:55 +0000
(15:26 -0700)
Signed-off-by: Joe Stringer <joe@wand.net.nz>
Signed-off-by: Jesse Gross <jesse@nicira.com>
datapath/actions.c
patch
|
blob
|
history
diff --git
a/datapath/actions.c
b/datapath/actions.c
index 208f260e0059ef1da9b7af8b5c0af63dda54af05..ec9b595c281e86edc69c7cff8ae57d46af60a126 100644
(file)
--- a/
datapath/actions.c
+++ b/
datapath/actions.c
@@
-47,7
+47,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 acc
ro
dingly. */
+/* remove VLAN header from packet and update csum acc
or
dingly. */
static int __pop_vlan_tci(struct sk_buff *skb, __be16 *current_tci)
{
struct vlan_hdr *vhdr;