commit | 0bcc297e2b45c12baf735e1dc1f163e71ea55e16 | [log] [tgz] |
---|---|---|
author | Christophe Vu-Brugier <cvubrugier@yahoo.fr> | Fri Jun 06 17:15:16 2014 +0200 |
committer | Nicholas Bellinger <nab@linux-iscsi.org> | Fri Jun 06 14:21:01 2014 -0700 |
tree | f3625d73c00b16294fdb88beda193db41c081420 | |
parent | 9aff64e13f3678015c4a08a4fbf320b3a65b5cf1 [diff] |
target: cleanup some boolean tests 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>