[ovs-dev] [PATCH] ip_tunnels: fix grammer error.

William Tu u9012063 at gmail.com
Wed Feb 21 22:54:01 UTC 2018


Trivial grammer fix.

Signed-off-by: William Tu <u9012063 at gmail.com>
---
 datapath/linux/compat/include/net/ip_tunnels.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/datapath/linux/compat/include/net/ip_tunnels.h b/datapath/linux/compat/include/net/ip_tunnels.h
index abb8ca63e5e4..ae60f09e2a23 100644
--- a/datapath/linux/compat/include/net/ip_tunnels.h
+++ b/datapath/linux/compat/include/net/ip_tunnels.h
@@ -34,7 +34,7 @@ int ovs_iptunnel_handle_offloads(struct sk_buff *skb,
 				 int gso_type_mask,
 				 void (*fix_segment)(struct sk_buff *));
 
-/* This is is required to compile upstream gre.h. gre_handle_offloads()
+/* This is required to compile upstream gre.h. gre_handle_offloads()
  * is defined in gre.h and needs iptunnel_handle_offloads(). This provides
  * default signature for this function.
  * rpl prefix is to make OVS build happy.
-- 
2.7.4



More information about the dev mailing list