tty: tty_buffer: Fix incorrectly documented function __tty_buffer_request_room()
authorLee Jones <lee.jones@linaro.org>
Thu, 20 May 2021 12:19:00 +0000 (13:19 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 May 2021 15:06:15 +0000 (17:06 +0200)
commita1c0da88f1ca3966ec73e0cc579153a784f20ce0
tree30aeada2ac684aa622b45fb8cdf90d549de9a9f3
parent1d31d0caa33fdc3d65fdee804771c5ed307eb12c
tty: tty_buffer: Fix incorrectly documented function __tty_buffer_request_room()

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

 drivers/tty/tty_buffer.c:259: warning: expecting prototype for tty_buffer_request_room(). Prototype was for __tty_buffer_request_room() instead

Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Jiri Slaby <jirislaby@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20210520121906.3468725-6-lee.jones@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/tty_buffer.c