tty: tty_baudrate: Add missing description for 'tty'
authorLee Jones <lee.jones@linaro.org>
Wed, 4 Nov 2020 19:35:16 +0000 (19:35 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Nov 2020 09:49:27 +0000 (10:49 +0100)
commit6e30f2835663b07b517c29107f576affbdb3de2b
tree4523f9212ac93593e9e587d6e43425a027b93a6d
parentfc74d98c00d5d1b6c9f6f16fc2f679287d25eca6
tty: tty_baudrate: Add missing description for 'tty'

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

 drivers/tty/tty_baudrate.c:234: warning: Function parameter or member 'tty' not described in 'tty_encode_baud_rate'

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