mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-24 12:44:11 +08:00
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>
This commit is contained in:
parent
fc74d98c00
commit
6e30f28356
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user