From: Ben Pfaff Date: Mon, 9 Dec 2013 23:36:43 +0000 (-0800) Subject: ofproto-dpif: Improve comment. X-Git-Tag: sliver-openvswitch-2.1.90-1~10^2~222 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=390eadaa790e7442d1738933937150c49e96d3d4;p=sliver-openvswitch.git ofproto-dpif: Improve comment. Signed-off-by: Ben Pfaff Acked-by: Jarno Rajahalme --- diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c index ff77903dd..bfa9a9a56 100644 --- a/ofproto/ofproto-dpif.c +++ b/ofproto/ofproto-dpif.c @@ -436,7 +436,7 @@ struct dpif_backer { struct timer next_expiration; struct ovs_rwlock odp_to_ofport_lock; - struct hmap odp_to_ofport_map OVS_GUARDED; /* ODP port to ofport map. */ + struct hmap odp_to_ofport_map OVS_GUARDED; /* Contains "struct ofport"s. */ struct simap tnl_backers; /* Set of dpif ports backing tunnels. */