From 157900b47952a2c79131d1e08a560c0d6e1100c3 Mon Sep 17 00:00:00 2001 From: Pravin B Shelar Date: Thu, 18 Apr 2013 16:06:33 -0700 Subject: [PATCH] datapath: Fix struct vport comment. Removes remaining part of comment about `linkname` vport member. Signed-off-by: Pravin B Shelar Acked-by: Jesse Gross --- datapath/vport.h | 2 -- 1 file changed, 2 deletions(-) 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. -- 2.43.0