Skip to content

Commit

Permalink
datapath: Fix struct vport comment.
Browse files Browse the repository at this point in the history
Removes remaining part of comment about `linkname` vport member.

Signed-off-by: Pravin B Shelar <[email protected]>
Acked-by: Jesse Gross <[email protected]>
  • Loading branch information
Pravin B Shelar committed Apr 19, 2013
1 parent 8680ae4 commit 157900b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions datapath/vport.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 157900b

Please sign in to comment.