On 13 Jul 2026, at 19:11, Dmitry Mityugov wrote:

Thanks Dmitry for the patch.  It looks good to me, with one small
comment on the subject, but we can fix this on commit.  It should
probably be:

  smap: Fix minor comment typo in smap_is_empty().

Acked-by: Eelco Chaudron <[email protected]>

> Signed-off-by: Dmitry Mityugov <[email protected]>
> ---
>  lib/smap.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/lib/smap.c b/lib/smap.c
> index 122adca27..248a8ee1e 100644
> --- a/lib/smap.c
> +++ b/lib/smap.c
> @@ -289,7 +289,7 @@ smap_get_uuid(const struct smap *smap, const char *key, 
> struct uuid *uuid)
>      return uuid_from_string(uuid, smap_get_def(smap, key, ""));
>  }
>
> -/* Returns true of there are no elements in 'smap'. */
> +/* Returns true if there are no elements in 'smap'. */
>  bool
>  smap_is_empty(const struct smap *smap)
>  {
> -- 
> 2.55.0
>
> _______________________________________________
> dev mailing list
> [email protected]
> https://mail.openvswitch.org/mailman/listinfo/ovs-dev

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to