On Fri, Jun 07, 2024 at 07:06:21AM +0000, Adrián Moreno wrote: > 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 "*"!
Thanks Adrián, I can fix that when applying. > > > Signed-off-by: Adrian Moreno <[email protected]> > > > > Thanks for fixing this Adrian. > > > > Acked-by: Eelco Chaudron <[email protected]> > > > > _______________________________________________ > 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
