From 43924b126d7a962889a755c0dddcce631d6ebda9 Mon Sep 17 00:00:00 2001 From: Jesse Gross Date: Mon, 3 Sep 2012 19:22:03 -0700 Subject: [PATCH] datapath: Drop comment describing vport node. 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 --- datapath/vport.h | 1 - 1 file changed, 1 deletion(-) diff --git a/datapath/vport.h b/datapath/vport.h index e306b461f..5cd3c18c8 100644 --- a/datapath/vport.h +++ b/datapath/vport.h @@ -80,7 +80,6 @@ struct vport_err_stats { * @linkname: The name of the link from /sys/class/net//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. -- 2.20.1