target: cleanup some boolean tests
authorChristophe Vu-Brugier <cvubrugier@yahoo.fr>
Fri, 6 Jun 2014 15:15:16 +0000 (17:15 +0200)
committerNicholas Bellinger <nab@linux-iscsi.org>
Fri, 6 Jun 2014 21:21:01 +0000 (14:21 -0700)
Convert "x == true" to "x" and "x == false" to "!x".

Signed-off-by: Christophe Vu-Brugier <cvubrugier@yahoo.fr>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>

No differences found