[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220305205528.463894-1-henryksloan@gmail.com>
Date: Sat, 5 Mar 2022 15:55:22 -0500
From: Henry Sloan <henryksloan@...il.com>
To: unlisted-recipients:; (no To-header on input)
Cc: pbonzini@...hat.com, Henry Sloan <henryksloan@...il.com>,
kvm@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH 0/6] KVM: fix checkpatch warnings
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
Powered by blists - more mailing lists