aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorNachammai Karuppiah <[email protected]>2019-10-07 22:09:13 -0700
committerGreg Kroah-Hartman <[email protected]>2019-10-08 14:48:42 +0200
commita30b30f00462b5bc685a39f46a7a9623ea45bdab (patch)
tree94e17df25a3bfc99fad0bbd87be521259fefcf0e /tools/perf/scripts/python/bin
parentc67855589ca0bfb86924dc0c1a2592a38c95798b (diff)
staging: rtl8723bs: os_dep: Remove typecast in kfree
Remove typecast in the call to kfree as it is not needed. Issue found using the below coccinelle script, @@ type t1; expression e; @@ -kfree((t1 *)e); +kfree(e); Signed-off-by: Nachammai Karuppiah <[email protected]> Acked-by: Julia Lawall <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions