aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py
diff options
context:
space:
mode:
authorAmitoj Kaur Chawla <[email protected]>2017-06-14 18:33:03 -0400
committerGreg Kroah-Hartman <[email protected]>2017-06-23 19:36:49 +0200
commit428715bac69b98253e33c0034c829114481d5b32 (patch)
treec94835fbad65e7a598beaa4389e89bbfc8eca051 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py
parent7bb0dffd0516b07cf23fe5121a0b1d4f55566cf6 (diff)
staging: rtl8723bs: Remove unnecessary cast in kfree
Remove unnecassary casts in the argument to kfree. Found using Coccinelle. The semantic patch used to find this is as follows: //<smpl> @@ type T; expression *f; @@ - kfree((T *)(f)); + kfree(f); //</smpl> Signed-off-by: Amitoj Kaur Chawla <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/EventClass.py')
0 files changed, 0 insertions, 0 deletions