summaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorNachammai Karuppiah <nachukannan@gmail.com>2019-10-08 13:17:38 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-10-10 10:51:09 +0200
commit2dac96b334aad29ab5a29a9150b3f5c04e2e0d63 (patch)
tree8da57ae6a73af1b051312d81837e90bec6f7b756 /tools/perf/scripts/python/event_analyzing_sample.py
parent8fd1fe824f20692a09279fabe952cf65bedffeee (diff)
downloadlinux-2dac96b334aad29ab5a29a9150b3f5c04e2e0d63.tar.gz
linux-2dac96b334aad29ab5a29a9150b3f5c04e2e0d63.zip
staging: rtl8723bs: core: Remove typecast in call to kfree
Remove typecast in the call to kfree as it is not needed. Issue found using the below coccinelle script with options -I and --recursive-includes, @@ type t1; expression *e; @@ -kfree((t1 *)e); +kfree(e); Signed-off-by: Nachammai Karuppiah <nachukannan@gmail.com> Acked-by: Julia Lawall <julia.lawall@lip6.fr> Link: https://lore.kernel.org/r/1570565858-91737-1-git-send-email-nachukannan@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions