tty: tty_ldisc: Supply missing description for 'tty_ldisc_get's 'tty' param
authorLee Jones <lee.jones@linaro.org>
Wed, 4 Nov 2020 19:35:42 +0000 (19:35 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Nov 2020 09:54:05 +0000 (10:54 +0100)
commit8a3bdec1dff987293df05e90ec1f5030dd840803
tree4a7192550f5d90201a5845069bec4420e8af5b91
parent24832ca3ee85a14c42a4f23a5c8841ef5db3d029
tty: tty_ldisc: Supply missing description for 'tty_ldisc_get's 'tty' param

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

 drivers/tty/tty_ldisc.c:160: warning: Function parameter or member 'tty' not described in 'tty_ldisc_get'

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/20201104193549.4026187-30-lee.jones@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/tty_ldisc.c