diff options
author | Bhaktipriya Shridhar <bhaktipriya96@gmail.com> | 2016-03-06 00:19:46 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-03-12 09:09:09 +0300 |
commit | 0cd8f4396e3204cff40208221a92cd6322d2b721 (patch) | |
tree | cce074c414b8b09d08471c7facc918a9befc43fe /tools/perf/scripts/python/export-to-sqlite.py | |
parent | b747a1e936b614afd4a5ba5b51ae8d00ea53de2c (diff) | |
download | linux-0cd8f4396e3204cff40208221a92cd6322d2b721.tar.xz |
staging: rtl8723au: core: rtw_security: Change form of NULL comparisons
Change null comparisons of the form x == NULL to !x.
This was done using Coccinelle.
@@
expression e;
@@
- e == NULL
+ !e
Signed-off-by: Bhaktipriya Shridhar <bhaktipriya96@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions