]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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 0d95b9f5f9c4b025553b9be7e9e1ae27586bd1ca..0efd62fef1e81ca4d0ae472a0e737e8b0f1b6652 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;
 };