]> git.ipfire.org Git - thirdparty/linux.git/commit - drivers/tty/vt/vt.c
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)
commit0bf1f4a8a399d2c8c0396b8cc0439f8d6ca3581b
tree7d27443bfa1daac9b61db3f31a81d5afe6be0b28
parent669e0a51b1b50052b1615683cde64e1c28ae895f
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