From 0dfd1cb487effa3111b5b8d8c05a9bf8c629b5ff Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Tue, 4 Oct 2011 18:20:34 -0700 Subject: [PATCH] bridge: Fix comment describing iface_refresh_cfm_stats(). --- vswitchd/bridge.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) { -- 2.30.2