On Fri, Jun 07, 2024 at 12:03:15PM +0100, Simon Horman wrote: > 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.
Thanks Adrián and Eelco, Applied to main. - checkpatch: Don't warn on pointer to pointer. https://github.com/openvswitch/ovs/commit/35e647051f98 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
