From fcd48081387bb183138ceb5bcb97f78c524f33a3 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Thu, 22 Oct 2015 00:10:53 -0700 Subject: [PATCH] ovsdb: Fix outdated comment for function description. Signed-off-by: Justin Pettit Acked-by: Andy Zhou --- ovsdb/monitor.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ovsdb/monitor.c b/ovsdb/monitor.c index a6e25c94c..7805c6049 100644 --- a/ovsdb/monitor.c +++ b/ovsdb/monitor.c @@ -412,9 +412,7 @@ ovsdb_monitor_table_find_changes(struct ovsdb_monitor_table *mt, return NULL; } -/* Stop currently tracking changes to table 'mt' since 'transaction'. - * - * Return 'true' if the 'transaction' is being tracked. 'false' otherwise. */ +/* Stop currently tracking changes to table 'mt' since 'transaction'. */ static void ovsdb_monitor_table_untrack_changes(struct ovsdb_monitor_table *mt, uint64_t transaction) -- 2.20.1