tty: serial: st-asc: Demote a kernel-doc formatting abuse
authorLee Jones <lee.jones@linaro.org>
Thu, 20 May 2021 12:19:04 +0000 (13:19 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 May 2021 15:06:17 +0000 (17:06 +0200)
commit0e4b5597350e4c0fe943a666819aacd31b06d6e8
tree202f1745691008ae80be82d7f627d4a67e88bff7
parentef80f77ba29ec824e249d15b63d6a1cddd7eebd2
tty: serial: st-asc: Demote a kernel-doc formatting abuse

Fixes the following W=1 kernel build warning(s):

 drivers/tty/serial/st-asc.c:73: warning: expecting prototype for Some of status comes from higher bits of the character and some come from(). Prototype was for ASC_RXBUF_DUMMY_RX() instead

Cc: Patrice Chotard <patrice.chotard@foss.st.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Jiri Slaby <jirislaby@kernel.org>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-serial@vger.kernel.org
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20210520121906.3468725-10-lee.jones@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/st-asc.c