Re: [PATCH v2 26/39] docs: Kconfig/Makefile: add a check for broken ABI files

2020-10-30 Thread Randy Dunlap
Hi Mauro, On 10/30/20 12:40 AM, Mauro Carvalho Chehab wrote: > The files under Documentation/ABI should follow the syntax > as defined at Documentation/ABI/README. > > Allow checking if they're following the syntax by running > the ABI parser script on COMPILE_TEST. > > With that, when there's

[PATCH v2 26/39] docs: Kconfig/Makefile: add a check for broken ABI files

2020-10-30 Thread Mauro Carvalho Chehab
The files under Documentation/ABI should follow the syntax as defined at Documentation/ABI/README. Allow checking if they're following the syntax by running the ABI parser script on COMPILE_TEST. With that, when there's a problem with a file under Documentation/ABI, it would produce a warning lik