summaryrefslogtreecommitdiff
path: root/coccinelle/equals-null.cocci
Commit message (Collapse)AuthorAgeFilesLines
* tree-wide: drop a few == NULL and != NULL comparisonLennart Poettering2017-12-111-0/+14
Our CODING_STYLE suggests not comparing with NULL, but relying on C's downgrade-to-bool feature for that. Fix up some code to match these guidelines. (This is not comprehensive, the coccinelle output for this is unfortunately kinda borked)