From a2943a499669c30fbb4d74d24bbb9c5dc225ad21 Mon Sep 17 00:00:00 2001 From: Joe Stringer Date: Fri, 31 Aug 2012 15:28:28 -0700 Subject: [PATCH] --- yaml --- r: 322743 b: refs/heads/master c: 39855b5ba9a72a80de96009011b7f8b2fb01612b h: refs/heads/master i: 322741: 836614cb7263a726aad1111c7a27036030021288 322739: e16d8db00a90743f0805ac76ed57725672ae8f44 322735: e7be737a018edea38b71de28297ef077bf1fe613 v: v3 --- [refs] | 2 +- trunk/net/openvswitch/actions.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index ee77b32d7fb7..8e753a47f8b6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4185392da4b4b494e51934c51b999b4df424afba +refs/heads/master: 39855b5ba9a72a80de96009011b7f8b2fb01612b diff --git a/trunk/net/openvswitch/actions.c b/trunk/net/openvswitch/actions.c index f3f96badf5aa..954405ceae9e 100644 --- a/trunk/net/openvswitch/actions.c +++ b/trunk/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;