From: Wang Sheng-Hui Date: Tue, 23 Sep 2014 12:02:15 +0000 (+0800) Subject: net/openvswitch: remove dup comment in vport.h X-Git-Tag: v3.18-rc1~115^2~137 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8280bf00fdd87de876c4add5fa8ed05c18c78a2f;p=karo-tx-linux.git net/openvswitch: remove dup comment in vport.h Remove the duplicated comment "/* The following definitions are for users of the vport subsytem: */" in vport.h Signed-off-by: Wang Sheng-Hui Acked-by: Pravin B Shelar Signed-off-by: David S. Miller --- diff --git a/net/openvswitch/vport.h b/net/openvswitch/vport.h index 0d95b9f5f9c4..0efd62fef1e8 100644 --- a/net/openvswitch/vport.h +++ b/net/openvswitch/vport.h @@ -35,7 +35,6 @@ struct vport_parms; /* The following definitions are for users of the vport subsytem: */ -/* The following definitions are for users of the vport subsytem: */ struct vport_net { struct vport __rcu *gre_vport; };