aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py
diff options
context:
space:
mode:
authorBhaktipriya Shridhar <[email protected]>2016-03-22 20:28:28 +0530
committerGreg Kroah-Hartman <[email protected]>2016-03-28 07:30:36 -0700
commit12f037ece36267c7e7c6e0e65bc1abdd4019fb5d (patch)
tree0603c62ee8d8123e88be9c520d0720f5e1583f7a /tools/perf/scripts/python/call-graph-from-postgresql.py
parent4d97b691475060ea6e1345ea7a7c2cba4658a631 (diff)
staging: rtl8188eu: rtw_cmd: Clean up tests if NULL returned on failure
Some functions like kmalloc/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/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions