From: Justin Pettit Date: Wed, 5 Oct 2011 01:20:34 +0000 (-0700) Subject: bridge: Fix comment describing iface_refresh_cfm_stats(). X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dfd1cb487effa3111b5b8d8c05a9bf8c629b5ff;p=openvswitch bridge: Fix comment describing iface_refresh_cfm_stats(). --- diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c index 33c9bd76..de3ffba8 100644 --- a/vswitchd/bridge.c +++ b/vswitchd/bridge.c @@ -1281,8 +1281,7 @@ iface_refresh_status(struct iface *iface) } } -/* Writes 'iface''s CFM statistics to the database. Returns true if anything - * changed, false otherwise. */ +/* Writes 'iface''s CFM statistics to the database. */ static void iface_refresh_cfm_stats(struct iface *iface) {