]> www.infradead.org Git - users/jedix/linux-maple.git/commit
KVM: selftests: Use ARRAY_SIZE for array length
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Fri, 13 Sep 2024 05:43:15 +0000 (13:43 +0800)
committerSean Christopherson <seanjc@google.com>
Wed, 30 Oct 2024 20:52:25 +0000 (13:52 -0700)
commitf8912210eb21b6288634fca4ee60bcc5f7c58756
tree03619f32c7e044639f81795336c220bd37e84661
parent600aa88014e9fca778449316a85ffbb81ef03b89
KVM: selftests: Use ARRAY_SIZE for array length

Use of macro ARRAY_SIZE to calculate array size minimizes
the redundant code and improves code reusability.

./tools/testing/selftests/kvm/x86_64/debug_regs.c:169:32-33: WARNING: Use ARRAY_SIZE.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=10847
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Link: https://lore.kernel.org/r/20240913054315.130832-1-jiapeng.chong@linux.alibaba.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
tools/testing/selftests/kvm/x86_64/debug_regs.c