counter: stm32-timer-cnt: fix a kernel-doc warning
authorFabrice Gasnier <fabrice.gasnier@st.com>
Wed, 18 Sep 2019 12:22:03 +0000 (14:22 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 5 Oct 2019 14:26:30 +0000 (15:26 +0100)
commit0f536e91099bea115b091377a3923ef233fab3e4
tree5a4dabb86135f7dd5347d0be7f529b2697296010
parentea14163d29130649e43bfcad12ef6ef9a956fbe3
counter: stm32-timer-cnt: fix a kernel-doc warning

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 <fabrice.gasnier@st.com>
Fixes: ad29937e206f ("counter: Add STM32 Timer quadrature encoder")
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/counter/stm32-timer-cnt.c