On Fri 06 Mar 2020 06:15:27 AM CET, Vladimir Sementsov-Ogievskiy wrote: Sorry I just gave a quick look at these patches and noticed this:
> + * Function may use error system to return errors. In this case function > + * defines Error **errp parameter, which should be the last one (except for > + * functions which varidic argument list), which has the following API: I don't think that "functions which varidic argument list" is correct English. Perhaps something like "except for variadic functions" or "except for functions with a variable number of arguments". Berto