On Fri, 27 Apr 2018 01:03:31 +0300 Medvedkin Vladimir <[email protected]> wrote:
> + /**
> + * Intermediate node found.
> + * Previous rte_rib_tree_lookup_exact() returned NULL
> + * but node with proper search criteria is found.
> + * Validate intermediate node and return.
> + */
> + if ((key == (*tmp)->key) && (depth == (*tmp)->depth)) {
Comments with /** are intended to be docbook comments.
This is not a docbook comment for a function.

