diff options
author | Joel Granados <joel.granados@kernel.org> | 2025-01-31 16:10:57 +0300 |
---|---|---|
committer | Joel Granados <joel.granados@kernel.org> | 2025-02-05 12:15:40 +0300 |
commit | 7347586f007f7bc62bbbd1cba9d9351e4f79ebb0 (patch) | |
tree | 603d710f6daf0ad2aaa81d1dc4fd05f8f005321c /tools/perf/scripts/python/stackcollapse.py | |
parent | 2014c95afecee3e76ca4a56956a936e23283f05b (diff) | |
download | linux-7347586f007f7bc62bbbd1cba9d9351e4f79ebb0.tar.xz |
csky: Remove the size from alignment_tbl declaration
Having to synchronize the number of ctl_table array elements with the
size in the declaration can lead to discrepancies between the two
values. Since commit d7a76ec87195 ("sysctl: Remove check for sentinel
element in ctl_table arrays"), the calculation of the ctl_table array
size is done solely by the ARRAY_SIZE macro removing the need for the
size in the declaration.
Remove the size for the aligment_tbl declaration and const qualify the
array for good measure.
Signed-off-by: Joel Granados <joel.granados@kernel.org>
Reviewed-by: Kees Cook <kees@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions