n_tty: remove superfluous return from n_tty_receive_signal_char
authorJiri Slaby <jslaby@suse.cz>
Wed, 5 May 2021 09:19:03 +0000 (11:19 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 13 May 2021 14:57:16 +0000 (16:57 +0200)
commitfc0df90b781145525c8d4ccaeccb6dcb8f810ce7
tree71df4175a661fc5bd30d2d86aca0fb5f166b1191
parente8f2a139ffb600f47c3ddb286e5bd9a71041c35a
n_tty: remove superfluous return from n_tty_receive_signal_char

A return at the end of a void-returning function is superfluous. Get rid
of it.

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