datapath: Drop comment describing vport node.
authorJesse Gross <jesse@nicira.com>
Tue, 4 Sep 2012 02:22:03 +0000 (19:22 -0700)
committerJesse Gross <jesse@nicira.com>
Tue, 4 Sep 2012 02:22:03 +0000 (19:22 -0700)
Commit f36ff26ac08bcba28b5befba7b1dcff9b963769d (datapath: Remove
vport list node.) removed an unused list node in struct vport but
did not remove the comment describing it.  This does that.

Signed-off-by: Jesse Gross <jesse@nicira.com>
datapath/vport.h

index e306b46..5cd3c18 100644 (file)
@@ -80,7 +80,6 @@ struct vport_err_stats {
  * @linkname: The name of the link from /sys/class/net/<datapath>/brif to this
  * &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.
- * @node: Element in @dp's @port_list.
  * @upcall_pid: The Netlink port to use for packets received on this port that
  * miss the flow table.
  * @hash_node: Element in @dev_table hash table in vport.c.