diff options
author | Lee Jones <lee.jones@linaro.org> | 2020-11-04 19:35:16 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-11-06 10:49:27 +0100 |
commit | 6e30f2835663b07b517c29107f576affbdb3de2b (patch) | |
tree | 4523f9212ac93593e9e587d6e43425a027b93a6d /drivers/tty/tty_baudrate.c | |
parent | fc74d98c00d5d1b6c9f6f16fc2f679287d25eca6 (diff) |
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>
Diffstat (limited to 'drivers/tty/tty_baudrate.c')
-rw-r--r-- | drivers/tty/tty_baudrate.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/tty_baudrate.c b/drivers/tty/tty_baudrate.c index 84fec3c62d6a..6551b188b736 100644 --- a/drivers/tty/tty_baudrate.c +++ b/drivers/tty/tty_baudrate.c @@ -222,6 +222,7 @@ EXPORT_SYMBOL_GPL(tty_termios_encode_baud_rate); /** * tty_encode_baud_rate - set baud rate of the tty + * @tty: terminal device * @ibaud: input baud rate * @obaud: output baud rate * |