]> git.ipfire.org Git - thirdparty/linux.git/commit
KVM: selftests: Use s32 instead of int32_t
authorDavid Matlack <dmatlack@google.com>
Mon, 20 Apr 2026 21:19:52 +0000 (14:19 -0700)
committerSean Christopherson <seanjc@google.com>
Mon, 20 Apr 2026 21:54:16 +0000 (14:54 -0700)
commit7b609187684db646d4854ada6f7e19a6420b4621
tree0ed781a98da62808c41fb3dc4b098fb1d055309f
parent0c3a8774692aaf211b6916aaa9ecc5ca1a72c451
KVM: selftests: Use s32 instead of int32_t

Use s32 instead of int32_t to make the KVM selftests code more concise
and more similar to the kernel (since selftests are primarily developed
by kernel developers).

This commit was generated with the following command:

  git ls-files tools/testing/selftests/kvm | xargs sed -i 's/int32_t/s32/g'

Then by manually adjusting whitespace to make checkpatch.pl happy.

No functional change intended.

Signed-off-by: David Matlack <dmatlack@google.com>
Link: https://patch.msgid.link/20260420212004.3938325-8-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
tools/testing/selftests/kvm/arm64/arch_timer_edge_cases.c
tools/testing/selftests/kvm/include/arm64/arch_timer.h