aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorBhaktipriya Shridhar <[email protected]>2016-03-22 20:29:13 +0530
committerGreg Kroah-Hartman <[email protected]>2016-03-28 07:30:36 -0700
commit4d97b691475060ea6e1345ea7a7c2cba4658a631 (patch)
treebb6c937ef5f36fde1090c9e5d8525cc7ebb8ec4f /tools/perf/scripts/python/netdev-times.py
parent06884afcf2ab18d314d94456fbf1ac3c860e99bb (diff)
staging: rtl8712: mlme_linux: Clean up tests if NULL returned on failure
Some functions like kzalloc return NULL on failure. When NULL represents failure, !x is commonly used. This was done using Coccinelle: @@ expression *e; identifier l1; @@ e = \(kmalloc\|kzalloc\|kcalloc\|devm_kzalloc\)(...); ... - 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/netdev-times.py')
0 files changed, 0 insertions, 0 deletions