commit | 9db276f8f02145068d8c04614bc28c2a4532a8c7 | [log] [tgz] |
---|---|---|
author | Peter Hurley <peter@hurleysoftware.com> | Sun Jan 10 20:36:15 2016 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Jan 28 14:13:44 2016 -0800 |
tree | 981fcf1ce5da9a28fbef9a91ad75a7898bd88e02 | |
parent | 5823323ea5ed41ea08ef0a36013369d0c65a23de [diff] |
tty: Use termios c_*flag macros Expressions of the form "tty->termios.c_*flag & FLAG" are more clearly expressed with the termios flags macros, I_FLAG(), C_FLAG(), O_FLAG(), and L_FLAG(). Convert treewide. Signed-off-by: Peter Hurley <peter@hurleysoftware.com> Acked-by: Johan Hovold <johan@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>