diff options
author | Wang Sheng-Hui <shhuiw@gmail.com> | 2014-09-23 08:02:15 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-09-26 16:42:33 -0400 |
commit | 8280bf00fdd87de876c4add5fa8ed05c18c78a2f (patch) | |
tree | 75687db94235cd2a4ffbef1f4e5df9fd4d04eee5 /net/openvswitch | |
parent | b1840060508d2c5202abb07b6128e4645d78fe57 (diff) |
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 <shhuiw@gmail.com>
Acked-by: Pravin B Shelar <pshelar@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/openvswitch')
-rw-r--r-- | net/openvswitch/vport.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; | |||
35 | 35 | ||
36 | /* The following definitions are for users of the vport subsytem: */ | 36 | /* The following definitions are for users of the vport subsytem: */ |
37 | 37 | ||
38 | /* The following definitions are for users of the vport subsytem: */ | ||
39 | struct vport_net { | 38 | struct vport_net { |
40 | struct vport __rcu *gre_vport; | 39 | struct vport __rcu *gre_vport; |
41 | }; | 40 | }; |