summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorMeghana Madhyastha <meghana.madhyastha@gmail.com>2017-09-16 13:42:16 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-09-18 12:00:07 +0200
commitc8d5fa75141bec422be82117c826e78e715a9007 (patch)
treeacedfcd93407b8b41ec65f44ce4266d8dd6b1ee0 /tools/perf/scripts/python/bin/stackcollapse-report
parentdedc1a73c3f17d66d3fd48d437a6d3352bd37f4e (diff)
downloadkernel-c8d5fa75141bec422be82117c826e78e715a9007.tar.gz
Staging: rtl8723bs/os_dep: Remove typecast in kfree
Remove typecast of pointer in kfree((u8 *)pdvobj) as it is not needed. Found using the following Coccinelle semantic patch: @@ identifier x; type t; @@ -kfree((t *)x) +kfree(x) Signed-off-by: Meghana Madhyastha <meghana.madhyastha@gmail.com> Acked-by: Julia Lawall <julia.lawall@lip6.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions