X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2Fvport.h;h=6781cf6de621969bb4264e093f7f4043e6b3105d;hb=157900b47952a2c79131d1e08a560c0d6e1100c3;hp=83de6727b949d806320486f77ee0b12cb1eb0816;hpb=8680ae4deb6b734b1aaa6ceec4810a682dd3d9e3;p=sliver-openvswitch.git diff --git a/datapath/vport.h b/datapath/vport.h index 83de6727b..6781cf6de 100644 --- a/datapath/vport.h +++ b/datapath/vport.h @@ -72,8 +72,6 @@ struct vport_err_stats { * struct vport - one port within a datapath * @rcu: RCU callback head for deferred destruction. * @dp: Datapath to which this port belongs. - * &struct vport. (We keep this around so that we can delete it if the - * device gets renamed.) Set to the null string when no link exists. * @upcall_portid: The Netlink port to use for packets received on this port that * miss the flow table. * @port_no: Index into @dp's @ports array.