aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts
diff options
context:
space:
mode:
authorBhaktipriya Shridhar <[email protected]>2016-02-19 00:24:30 +0530
committerGreg Kroah-Hartman <[email protected]>2016-02-20 15:18:33 -0800
commit7cb07dc4e4431546979242f86f4cf5af233bb860 (patch)
tree3081842d488be49f264accf66f8da10913110dad /tools/perf/scripts
parent8c5af16f7953edb709d2f93ce69ea9da7dbfab40 (diff)
staging: rtl8712: Replace explicit NULL comparison
Replace explicit NULL comparison with ! operator. Found with 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')
0 files changed, 0 insertions, 0 deletions