diff options
author | 2019-10-31 13:31:39 +0100 | |
---|---|---|
committer | 2019-11-01 10:50:37 +0100 | |
commit | 129376c6d68617bc00e46bbfc4c21745db17b73d (patch) | |
tree | 4105b9f369d1bd3cecbf7a6392252cb19c9c3080 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | drivers/staging/exfat: Replace binary semaphores for mutexes (diff) | |
download | linux-dev-129376c6d68617bc00e46bbfc4c21745db17b73d.tar.xz linux-dev-129376c6d68617bc00e46bbfc4c21745db17b73d.zip |
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 <jroi.martin@gmail.com>
Link: https://lore.kernel.org/r/20191031123139.32361-1-jroi.martin@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions