aboutsummaryrefslogtreecommitdiff
path: root/vswitchd
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@nicira.com>2011-10-04 18:20:34 -0700
committerJustin Pettit <jpettit@nicira.com>2011-10-04 19:03:39 -0700
commit0dfd1cb487effa3111b5b8d8c05a9bf8c629b5ff (patch)
treed4d655e7fff80d173d97b2ab49cc32816f2b768c /vswitchd
parentbd85a68f94b890c2d9b62788d68150770dc48a42 (diff)
bridge: Fix comment describing iface_refresh_cfm_stats().
Diffstat (limited to 'vswitchd')
-rw-r--r--vswitchd/bridge.c3
1 files changed, 1 insertions, 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)
{