projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4185392
)
openvswitch: Fix typo
author
Joe Stringer
<joe@wand.net.nz>
Fri, 31 Aug 2012 22:28:28 +0000
(15:28 -0700)
committer
Jesse Gross
<jesse@nicira.com>
Sun, 2 Sep 2012 19:18:25 +0000
(12:18 -0700)
Signed-off-by: Joe Stringer <joe@wand.net.nz>
Signed-off-by: Jesse Gross <jesse@nicira.com>
net/openvswitch/actions.c
patch
|
blob
|
history
diff --git
a/net/openvswitch/actions.c
b/net/openvswitch/actions.c
index f3f96badf5aac0202a2bd54155d595b0373a18df..954405ceae9ed5141293d3f47ce7c784aeee3c31 100644
(file)
--- 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 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;