Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Lee Jones and committed by
Greg Kroah-Hartman
6e30f283 fc74d98c

+1
+1
drivers/tty/tty_baudrate.c
··· 222 222 223 223 /** 224 224 * tty_encode_baud_rate - set baud rate of the tty 225 + * @tty: terminal device 225 226 * @ibaud: input baud rate 226 227 * @obaud: output baud rate 227 228 *