]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
KVM: selftests: Use u16 instead of uint16_t
authorDavid Matlack <dmatlack@google.com>
Mon, 20 Apr 2026 21:19:53 +0000 (14:19 -0700)
committerSean Christopherson <seanjc@google.com>
Mon, 20 Apr 2026 21:54:17 +0000 (14:54 -0700)
commit19d0914920042139097f74159d812a1584bdc5a4
tree6749e9986efe8ef698aac12f798efc436e82a872
parent7b609187684db646d4854ada6f7e19a6420b4621
KVM: selftests: Use u16 instead of uint16_t

Use u16 instead of uint16_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/uint16_t/u16/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-9-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
tools/testing/selftests/kvm/arm64/page_fault_test.c
tools/testing/selftests/kvm/include/kvm_util.h
tools/testing/selftests/kvm/include/x86/evmcs.h
tools/testing/selftests/kvm/include/x86/processor.h
tools/testing/selftests/kvm/lib/guest_sprintf.c
tools/testing/selftests/kvm/lib/x86/processor.c
tools/testing/selftests/kvm/lib/x86/ucall.c
tools/testing/selftests/kvm/lib/x86/vmx.c
tools/testing/selftests/kvm/s390/memop.c
tools/testing/selftests/kvm/x86/fastops_test.c
tools/testing/selftests/kvm/x86/sync_regs_test.c