Re: [PATCH] counter: stm32-lptimer-cnt: fix a kernel-doc warning

2019-10-05 Thread Jonathan Cameron
On Wed, 25 Sep 2019 19:51:12 -0400 William Breathitt Gray wrote: > On Wed, Sep 18, 2019 at 02:22:41PM +0200, Fabrice Gasnier wrote: > > Fix the following warnings when documentation is built: > > drivers/counter/stm32-lptimer-cnt.c:354: warning: cannot understand > > function prototype: 'enum

Re: [PATCH] counter: stm32-lptimer-cnt: fix a kernel-doc warning

2019-09-25 Thread William Breathitt Gray
On Wed, Sep 18, 2019 at 02:22:41PM +0200, Fabrice Gasnier wrote: > Fix the following warnings when documentation is built: > drivers/counter/stm32-lptimer-cnt.c:354: warning: cannot understand > function prototype: 'enum stm32_lptim_cnt_function' > > Signed-off-by: Fabrice Gasnier > --- >

[PATCH] counter: stm32-lptimer-cnt: fix a kernel-doc warning

2019-09-18 Thread Fabrice Gasnier
Fix the following warnings when documentation is built: drivers/counter/stm32-lptimer-cnt.c:354: warning: cannot understand function prototype: 'enum stm32_lptim_cnt_function' Signed-off-by: Fabrice Gasnier --- drivers/counter/stm32-lptimer-cnt.c | 2 +- 1 file changed, 1 insertion(+), 1