32cee5b Avoid using !STREQ and !STRNEQ

29 files Authored by Ishmanpreet Kaur Khera 8 years ago, Committed by mprivozn 8 years ago,
    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>
    
        
file modified
+16 -0
file modified
+1 -1
file modified
+2 -2
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+2 -2
file modified
+1 -1
file modified
+3 -3
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+5 -5
file modified
+1 -1
file modified
+6 -6
file modified
+1 -1
file modified
+4 -4
file modified
+1 -1
file modified
+1 -1
file modified
+8 -8