summaryrefslogtreecommitdiff
path: root/scripts/cleanpatch
diff options
context:
space:
mode:
authorDavid Matlack <dmatlack@google.com>2026-04-21 00:19:51 +0300
committerSean Christopherson <seanjc@google.com>2026-04-21 00:54:16 +0300
commit0c3a8774692aaf211b6916aaa9ecc5ca1a72c451 (patch)
tree86240eecdba5c965a0fdc7d1fd2bbbc104b15ddc /scripts/cleanpatch
parent286e8903aed14cc4f64be8e72d5b28ab2b8982aa (diff)
downloadlinux-0c3a8774692aaf211b6916aaa9ecc5ca1a72c451.tar.xz
KVM: selftests: Use u32 instead of uint32_t
Use u32 instead of uint32_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/uint32_t/u32/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-7-seanjc@google.com Signed-off-by: Sean Christopherson <seanjc@google.com>
Diffstat (limited to 'scripts/cleanpatch')
0 files changed, 0 insertions, 0 deletions