[ovs-dev] [PATCH 4/6] ovsdb: Fix outdated comment for function description.

Andy Zhou azhou at nicira.com
Thu Oct 22 23:40:17 UTC 2015


Thanks for fixing it.
Acked-by: Andy Zhou <azhou at nicira.com>

On Thu, Oct 22, 2015 at 3:57 PM, Justin Pettit <jpettit at nicira.com> wrote:
> Signed-off-by: Justin Pettit <jpettit at nicira.com>
> ---
>  ovsdb/monitor.c |    4 +---
>  1 files changed, 1 insertions(+), 3 deletions(-)
>
> diff --git a/ovsdb/monitor.c b/ovsdb/monitor.c
> index a6e25c9..7805c60 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)
> --
> 1.7.5.4
>
> _______________________________________________
> dev mailing list
> dev at openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev



More information about the dev mailing list