On Fri, Jun 07, 2024 at 08:57:11AM GMT, Eelco Chaudron wrote:
>
>
> On 5 Jun 2024, at 15:51, Adrian Moreno wrote:
>
> > Current regexp used to check whitespaces around operators does not
> > consider that there can be more than one "*" together to express pointer
> > to pointer.
> >
> > As a result, false positive warnings are raised when the
> > patch contains a simple list of pointers, e.g: "char **errrp").
> >
> > Fix the regexp to allow more than one consecutive "+" characters.
> >

I just noticed "+" should actually be "*"!

> > Signed-off-by: Adrian Moreno <amore...@redhat.com>
>
> Thanks for fixing this Adrian.
>
> Acked-by: Eelco Chaudron <echau...@redhat.com>
>

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to