aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorBhaktipriya Shridhar <[email protected]>2016-03-21 01:23:17 +0530
committerGreg Kroah-Hartman <[email protected]>2016-03-28 07:30:36 -0700
commitb7af4e6cc7f8f1b69e20ebd25cb633e30de4799e (patch)
treee8b4d986674d8685cdb9eb40446c03be9219d79f /tools/perf/scripts/python/event_analyzing_sample.py
parentd08073d92463820bcebf8594279c635a793f6772 (diff)
staging: rtl8712: os_intfs: 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 <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions