mxser: rename mxser_close_port() to mxser_stop_rx()
authorJiri Slaby <jslaby@suse.cz>
Thu, 18 Nov 2021 07:31:08 +0000 (08:31 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Nov 2021 17:33:21 +0000 (18:33 +0100)
commit568a2b9c1289dc090019d727b9af2285bc637353
treee636ba23dc2927193fd7a16f09b3a2f5ce7ee375
parente25ed43b4b603c1f7727bfede684b165dc5cd18c
mxser: rename mxser_close_port() to mxser_stop_rx()

As it is the only thing it does now. This is one of the future
serial_core hooks.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Link: https://lore.kernel.org/r/20211118073125.12283-3-jslaby@suse.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/mxser.c