]> git.baikalelectronics.ru Git - kernel.git/commit
tty: Rework receive flow control char logic
authorIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Tue, 26 Apr 2022 14:49:33 +0000 (17:49 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 May 2022 16:33:34 +0000 (18:33 +0200)
commit23db37018d02d22c33e65ad3dee19e9d100f1afa
tree3906bbbc82f108be1a5a7e2d37da234c2a1f0002
parent8912edf804d9664e46ef9d6bed8e24d0356b37ca
tty: Rework receive flow control char logic

Add a helper to check if the character is a flow control one. This
rework prepares for adding lookahead done check cleanly to
n_tty_receive_char_flow_ctrl() between n_tty_is_char_flow_ctrl() and
the actions taken on the flow control characters.

No functional changes intended.

Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Link: https://lore.kernel.org/r/20220426144935.54893-2-ilpo.jarvinen@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/n_tty.c