libvirt/src/openvz
Ishmanpreet Kaur Khera 32cee5b2f0 Avoid using !STREQ and !STRNEQ
We have macros for both positive and negative string matching.
Therefore there is no need to use !STREQ or !STRNEQ. At the same
time as we are dropping this, new syntax-check rule is
introduced to make sure we won't introduce it again.

Signed-off-by: Ishmanpreet Kaur Khera <khera.ishman@gmail.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
2015-10-21 15:03:35 +02:00
..
openvz_conf.c nodeinfo: Add sysfs_prefix to nodeCapsInitNUMA 2015-07-13 15:59:32 -04:00
openvz_conf.h add migration support for OpenVZ driver 2014-09-15 15:01:35 +02:00
openvz_driver.c Avoid using !STREQ and !STRNEQ 2015-10-21 15:03:35 +02:00
openvz_driver.h add migration support for OpenVZ driver 2014-09-15 15:01:35 +02:00
openvz_util.c Make tests independant of system page size 2015-02-02 20:27:43 +00:00
openvz_util.h