aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorGustavo A. R. Silva <garsilva@embeddedor.com>2017-07-09 00:43:37 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-07-16 08:40:57 +0200
commit60ba7c7c26b8df3688a952cf4bcfbc8dcdafdb9b (patch)
treedf29908372c5f77b3c3dacfd20e89779fd284b42 /tools/perf/scripts/python/stackcollapse.py
parentstaging: ccree: Use __func__ instead of function name (diff)
staging: ccree: remove unnecessary cast on kmalloc
The assignment operator implicitly converts a void pointer to the type of the pointer it is assigned to. This issue was detected using Coccinelle and the following semantic patch: @@ expression * e; expression arg1, arg2; type T; @@ - e=(T*) + e= kmalloc(arg1, arg2); Signed-off-by: Gustavo A. R. Silva <garsilva@embeddedor.com> Acked-by: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions