[PATCH 0/6] KVM: fix checkpatch warnings

From: Henry Sloan
Date: Sat Mar 05 2022 - 15:55:48 EST


This patchset fixes many checkpatch warnings in the virt/kvm directory.
The warnings and errors that will remain are of the following kinds:
* "memory barrier without comment" warnings that don't have trivial fixes
* "function definition argument should also have an identifier name"
warnings
* Numerous minor issues in kvm_main.c that merit a separate patch

Henry Sloan (6):
KVM: Use typical SPDX comment style
KVM: Replace bare 'unsigned' with 'unsigned int'
KVM: Replace '__attribute__((weak))' with '__weak'
KVM: Add blank lines after some declarations
KVM: Use typical style for block comments
KVM: Fix minor indentation and brace style issues

virt/kvm/coalesced_mmio.c | 2 +-
virt/kvm/dirty_ring.c | 2 +-
virt/kvm/eventfd.c | 21 +++++++------
virt/kvm/irqchip.c | 16 ++++++----
virt/kvm/kvm_main.c | 64 +++++++++++++++++++++------------------
virt/kvm/kvm_mm.h | 2 +-
virt/kvm/pfncache.c | 2 +-
7 files changed, 60 insertions(+), 49 deletions(-)

--
2.35.1