Re: [PATCH] iio: adc: stm32-adc: fix kernel-doc warnings

2019-10-22 Thread Jonathan Cameron
On Sat, 21 Sep 2019 19:03:57 +0100 Jonathan Cameron wrote: > On Fri, 20 Sep 2019 13:50:06 +0200 > Fabrice Gasnier wrote: > > > Fix the following warnings when documentation is built: > > drivers/iio/adc/stm32-adc-core.c:62: warning: cannot understand function > > prototype: 'struct stm32_adc_c

Re: [PATCH] iio: adc: stm32-adc: fix kernel-doc warnings

2019-09-21 Thread Jonathan Cameron
On Fri, 20 Sep 2019 13:50:06 +0200 Fabrice Gasnier wrote: > Fix the following warnings when documentation is built: > drivers/iio/adc/stm32-adc-core.c:62: warning: cannot understand function > prototype: 'struct stm32_adc_common_regs ' > drivers/iio/adc/stm32-adc-core.c:78: warning: cannot under

[PATCH] iio: adc: stm32-adc: fix kernel-doc warnings

2019-09-20 Thread Fabrice Gasnier
Fix the following warnings when documentation is built: drivers/iio/adc/stm32-adc-core.c:62: warning: cannot understand function prototype: 'struct stm32_adc_common_regs ' drivers/iio/adc/stm32-adc-core.c:78: warning: cannot understand function prototype: 'struct stm32_adc_priv_cfg ' drivers/iio/