aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/check-perf-trace.py
diff options
context:
space:
mode:
authorBhaktipriya Shridhar <bhaktipriya96@gmail.com>2016-03-05 16:19:46 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-03-12 01:09:09 -0500
commit0cd8f4396e3204cff40208221a92cd6322d2b721 (patch)
treecce074c414b8b09d08471c7facc918a9befc43fe /tools/perf/scripts/python/check-perf-trace.py
parentb747a1e936b614afd4a5ba5b51ae8d00ea53de2c (diff)
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/check-perf-trace.py')
0 files changed, 0 insertions, 0 deletions