tty: n_tty: make flow of n_tty_receive_buf_common() a bool
authorJiri Slaby (SUSE) <jirislaby@kernel.org>
Sun, 27 Aug 2023 07:41:34 +0000 (09:41 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 27 Aug 2023 09:46:51 +0000 (11:46 +0200)
commit0d029ab8a05b5a21af9425c02816f5d6de054b7e
tree37c2363b01cbf3561848d487440e6a5fcfdcaeb6
parentdb726a2f3b4bc0cbf8e6cfd529d2d8eabb587d70
tty: n_tty: make flow of n_tty_receive_buf_common() a bool

The 'flow' parameter of n_tty_receive_buf_common() is meant to be a
boolean value. So use bool and alter call sites accordingly.

Signed-off-by: "Jiri Slaby (SUSE)" <jirislaby@kernel.org>
Link: https://lore.kernel.org/r/20230827074147.2287-2-jirislaby@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/n_tty.c