Skip to content

Commit

Permalink
openvswitch: datapath.h: Fix a stale comment.
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Zhou <azhou@nicira.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
  • Loading branch information
Andy Zhou authored and Jesse Gross committed Apr 10, 2013
1 parent 5d96335 commit b4f9e8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/openvswitch/datapath.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ struct dp_stats_percpu {
* struct datapath - datapath for flow-based packet switching
* @rcu: RCU callback head for deferred destruction.
* @list_node: Element in global 'dps' list.
* @n_flows: Number of flows currently in flow table.
* @table: Current flow table. Protected by genl_lock and RCU.
* @ports: Hash table for ports. %OVSP_LOCAL port always exists. Protected by
* RTNL and RCU.
Expand Down

0 comments on commit b4f9e8c

Please sign in to comment.