Re: [PATCH 07/10] gpio: gpio-it87: Fix formatting issues which confuse kerneldoc

2020-07-08 Thread Linus Walleij
On Tue, Jun 30, 2020 at 3:33 PM Lee Jones wrote: > Kerneldoc expects struct properties to be documented using the syntax > '@.*: ', but no ':' has been provided in 'struct it87_gpio's > header. Add them to stop confusing kerneldoc. > > Fixes the following W=1 warnings: > > drivers/gpio/gpio-it8

[PATCH 07/10] gpio: gpio-it87: Fix formatting issues which confuse kerneldoc

2020-06-30 Thread Lee Jones
Kerneldoc expects struct properties to be documented using the syntax '@.*: ', but no ':' has been provided in 'struct it87_gpio's header. Add them to stop confusing kerneldoc. Fixes the following W=1 warnings: drivers/gpio/gpio-it87.c:69: warning: Function parameter or member 'chip' not descr