On Fri, Jan 22, 2021 at 02:10:17PM +0100, Geert Uytterhoeven wrote: > On Fri, Jan 22, 2021 at 1:39 PM Andy Shevchenko > <andriy.shevchenko@xxxxxxxxxxxxxxx> wrote: > > get_options() API has some tricks to optimize that may be not so obvious > > to the caller. Update documentation to reflect current behaviour. > > > > Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > > Reviewed-by: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx> > > Thanks for your patch! Thanks for review. I'll fix this in my repo w/o sending a v4. > > --- a/lib/cmdline.c > > +++ b/lib/cmdline.c > > @@ -83,7 +83,7 @@ EXPORT_SYMBOL(get_option); > > * get_options - Parse a string into a list of integers > > * @str: String to be parsed > > * @nints: size of integer array > > - * @ints: integer array > > + * @ints: integer array (must have a room for at least one element) > > must have room > > > * > > * This function parses a string containing a comma-separated > > * list of integers, a hyphen-separated range of _positive_ integers, > > @@ -91,6 +91,11 @@ EXPORT_SYMBOL(get_option); > > * full, or when no more numbers can be retrieved from the > > * string. > > * > > + * Returns: > > + * > > + * The first element is filled by the amount of the collected numbers > > the number of collected integers? > > Yes, the lack of articles in RU can be a disadvantage... :-) > > > + * in the range. The rest is what was parsed from the @str. > > + * > > * Return value is the character in the string which caused > > * the parse to end (typically a null terminator, if @str is > > * completely parseable). > > With the above fixed: > Reviewed-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > > Gr{oetje,eeting}s, > > Geert > > -- > Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx > > In personal conversations with technical people, I call myself a hacker. But > when I'm talking to journalists I just say "programmer" or something like that. > -- Linus Torvalds -- With Best Regards, Andy Shevchenko