aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorsayli karnik <[email protected]>2016-09-16 23:29:30 +0530
committerGreg Kroah-Hartman <[email protected]>2016-09-17 23:36:53 +0200
commita0db9c0a529d4407a1ed4bf697a09f50ae3e9744 (patch)
tree2a14b84b782e0fc9efabd411aca5548df661f2bc /tools/perf/scripts/python/event_analyzing_sample.py
parentf9c7cb1cb5e1d81d24bf2d2c79229a3f25ab7e5d (diff)
staging: media: davinci_vpfe: Replace explicit NULL comparison with ! operator
This patch replaces the explicit NULL comparisons with ! operator. It was found using Coccinelle: @disable is_null@ expression e; @@ - e == NULL + !e Signed-off-by: sayli karnik <[email protected]> Acked-by: Julia Lawall <[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