]> git.baikalelectronics.ru Git - kernel.git/commit
vt: Make a comparison <= for readability.
authorAdam Borowski <kilobyte@angband.pl>
Thu, 15 Sep 2016 14:47:10 +0000 (16:47 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Sep 2016 09:41:54 +0000 (11:41 +0200)
commitd747e6b796a86a9e36ba729c9895d38fa5ff9fbb
tree7d27443bfa1daac9b61db3f31a81d5afe6be0b28
parent7728b9d241f366aa36f90228cfda9e74dfd139b4
vt: Make a comparison <= for readability.

All other uses of vc_npar are inclusive (save for < NPAR) which raises
eyebrows, so let's at least do so consistently.

Signed-off-by: Adam Borowski <kilobyte@angband.pl>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/vt/vt.c