OSDN Git Service

net/openvswitch: remove dup comment in vport.h
authorWang Sheng-Hui <shhuiw@gmail.com>
Tue, 23 Sep 2014 12:02:15 +0000 (20:02 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Sep 2014 20:42:33 +0000 (16:42 -0400)
Remove the duplicated comment
"/* The following definitions are for users of the vport subsytem: */"
in vport.h

Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
Acked-by: Pravin B Shelar <pshelar@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/openvswitch/vport.h

index 0d95b9f..0efd62f 100644 (file)
@@ -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;
 };