From b2492cb7eec087853f10ef84eb89993a697c2116 Mon Sep 17 00:00:00 2001 From: Joe Stringer Date: Fri, 31 Aug 2012 15:35:49 +1200 Subject: [PATCH] datapath: Fix typo Signed-off-by: Joe Stringer Signed-off-by: Jesse Gross --- datapath/actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datapath/actions.c b/datapath/actions.c index 208f260e..ec9b595c 100644 --- 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 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; -- 2.30.2