Re: [libvirt] [PATCH v2] use STRNEQ instead of !STREQ and new syntax-check rule to avoid !STREQ and !STRNEQ

2015-10-21 Thread Michal Privoznik
On 20.10.2015 18:15, Ishmanpreet Kaur Khera wrote: The commit message subject is rather long. > used STRNEQ instead of !STREQ to remove inconsistency and > intoduced new syntax-check rule for !STREQ and !STRNEQ so > that we don't end up in the same situation again. > > Signed-off-by:

[libvirt] [PATCH v2] use STRNEQ instead of !STREQ and new syntax-check rule to avoid !STREQ and !STRNEQ

2015-10-20 Thread Ishmanpreet Kaur Khera
used STRNEQ instead of !STREQ to remove inconsistency and intoduced new syntax-check rule for !STREQ and !STRNEQ so that we don't end up in the same situation again. Signed-off-by: Ishmanpreet Kaur Khera --- cfg.mk| 18 ++