summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorBhaktipriya Shridhar <bhaktipriya96@gmail.com>2016-03-06 00:17:23 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-03-12 09:09:09 +0300
commitb747a1e936b614afd4a5ba5b51ae8d00ea53de2c (patch)
treee8eee837d320602da675c035c627ee4b05aa5399 /tools/perf/scripts/python/export-to-sqlite.py
parentd31770b32fb40f6087ca9ae7139fedd0d0a27771 (diff)
downloadlinux-b747a1e936b614afd4a5ba5b51ae8d00ea53de2c.tar.xz
staging: rtl8723au: core: rtw_sta_mgt: 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