On Fri 15 Nov 02:03 PST 2019, Fabien Dessenne wrote: > + > + return 0; > + > +err_probe: > + for (j = i - 1; j >= 0; j--) It's idiomatic to just use 'i' itself here. But I applied this as is, with Mathieu's t-b. Thanks, Bjorn
On Fri 15 Nov 02:03 PST 2019, Fabien Dessenne wrote: > + > + return 0; > + > +err_probe: > + for (j = i - 1; j >= 0; j--) It's idiomatic to just use 'i' itself here. But I applied this as is, with Mathieu's t-b. Thanks, Bjorn