datapath: Fix struct vport comment.
authorPravin B Shelar <pshelar@nicira.com>
Thu, 18 Apr 2013 23:06:33 +0000 (16:06 -0700)
committerPravin B Shelar <pshelar@nicira.com>
Fri, 19 Apr 2013 16:35:10 +0000 (09:35 -0700)
Removes remaining part of comment about `linkname` vport member.

Signed-off-by: Pravin B Shelar <pshelar@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/vport.h

index 83de672..6781cf6 100644 (file)
@@ -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.