Hi On Fri, Oct 7, 2022 at 1:58 PM Fabio Estevam <[email protected]> wrote: > > On Fri, Oct 7, 2022 at 8:34 AM Michael Nazzareno Trimarchi > <[email protected]> wrote: > > > About this change, there was a commit from Simon 8d38a8459b0 > > that was renamed. You ask basically to revert it > > Correct, what about fixing it like this? > > diff --git a/include/linux/mtd/mtd.h b/include/linux/mtd/mtd.h > index ff635bd716..09f5269887 100644 > --- a/include/linux/mtd/mtd.h > +++ b/include/linux/mtd/mtd.h > @@ -122,7 +122,7 @@ struct mtd_oob_region { > * @ecc: function returning an ECC region in the OOB area. > * Should return -ERANGE if %section exceeds the total number of > * ECC sections. > - * @free: function returning a free region in the OOB area. > + * @rfree: function returning a free region in the OOB area. > * Should return -ERANGE if %section exceeds the total number of > * free sections. > */
That's is anyway a fix Michael -- Michael Nazzareno Trimarchi Co-Founder & Chief Executive Officer M. +39 347 913 2170 [email protected] __________________________________ Amarula Solutions BV Joop Geesinkweg 125, 1114 AB, Amsterdam, NL T. +31 (0)85 111 9172 [email protected] www.amarulasolutions.com

