diff options
author | Jiri Slaby <jslaby@suse.cz> | 2021-05-19 09:21:53 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-05-20 16:59:14 +0200 |
commit | d06e256f7a4bee97324a0fa316f0326ab7468347 (patch) | |
tree | 0d230e83a4de8639e082a4bea0fc78e0140a0864 /drivers/tty/serdev/core.c | |
parent | 756a4e4a7a4b866f1d834e206cb370988cf394d1 (diff) | |
download | linux-d06e256f7a4bee97324a0fa316f0326ab7468347.tar.gz linux-d06e256f7a4bee97324a0fa316f0326ab7468347.tar.bz2 linux-d06e256f7a4bee97324a0fa316f0326ab7468347.zip |
tty: fix kernel-doc for {start,stop}_tty
Commit f9e053dcfc02 (tty: Serialize tty flow control changes with
flow_lock) renamed start_tty to __start_tty and stop_tty to __stop_tty
and introduced new start_tty and stop_tty. But it left kernel-doc
comments on the old locations:
tty_io.c:785: warning: expecting prototype for stop_tty(). Prototype was for __stop_tty() instead
tty_io.c:816: warning: expecting prototype for start_tty(). Prototype was for __start_tty() instead
Fix that by moving the comments to appropriate locations.
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20210519072153.3859-4-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serdev/core.c')
0 files changed, 0 insertions, 0 deletions