diff options
author | Mateusz Nosek <mateusznosek0@gmail.com> | 2020-04-02 07:11:45 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-04-02 19:35:32 +0300 |
commit | 353b2de42e84a8c47be6326e935c58135843eac8 (patch) | |
tree | 11a4699610d1310fb6148696aefb2f90785dcdee /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 6566704dafddcdff4b2a794da5b030b74e74107f (diff) | |
download | linux-353b2de42e84a8c47be6326e935c58135843eac8.tar.xz |
mm/hugetlb.c: clean code by removing unnecessary initialization
Previously variable 'check_addr' was initialized, but was not read later
before reassigning. So the initialization can be removed.
Signed-off-by: Mateusz Nosek <mateusznosek0@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: Mike Kravetz <mike.kravetz@oracle.com>
Link: http://lkml.kernel.org/r/20200303212354.25226-1-mateusznosek0@gmail.com
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions