aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorRoi Martin <[email protected]>2019-10-31 13:31:39 +0100
committerGreg Kroah-Hartman <[email protected]>2019-11-01 10:50:37 +0100
commit129376c6d68617bc00e46bbfc4c21745db17b73d (patch)
tree4105b9f369d1bd3cecbf7a6392252cb19c9c3080 /tools/perf/scripts/python
parent3ae82f449cea00de5cd894feb8e9154b2da99b4e (diff)
staging: exfat: replace kmalloc with kmalloc_array
Replace expressions of the form: kmalloc(count * size, GFP_KERNEL); With: kmalloc_array(count, size, GFP_KERNEL); Signed-off-by: Roi Martin <[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')
0 files changed, 0 insertions, 0 deletions