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

2019-10-05 Thread Jonathan Cameron
On Wed, 25 Sep 2019 19:53:10 -0400 William Breathitt Gray wrote: > On Wed, Sep 25, 2019 at 07:49:27PM -0400, William Breathitt Gray wrote: > > On Wed, Sep 18, 2019 at 02:22:03PM +0200, Fabrice Gasnier wrote: > > > Fix the following warning when documentation is built: > > > drivers/counter/stm3

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

2019-09-25 Thread William Breathitt Gray
On Wed, Sep 25, 2019 at 07:49:27PM -0400, William Breathitt Gray wrote: > On Wed, Sep 18, 2019 at 02:22:03PM +0200, Fabrice Gasnier wrote: > > Fix the following warning when documentation is built: > > drivers/counter/stm32-timer-cnt.c:37: warning: cannot understand function > > prototype: 'enum st

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

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