summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/arm.c
diff options
context:
space:
mode:
authorSebastian Ott <sebott@redhat.com>2024-07-23 13:12:03 +0300
committerOliver Upton <oliver.upton@linux.dev>2024-08-02 21:58:03 +0300
commit0aa34b37a78d063da58838b84b20a68a94d919fd (patch)
treef4848a27ee5fee6909ac80d3a9e9e6f74e351aff /arch/arm64/kvm/arm.c
parent963a08e586bd45fd55f4c1752e98029ce83fc091 (diff)
downloadlinux-0aa34b37a78d063da58838b84b20a68a94d919fd.tar.xz
KVM: arm64: fix kdoc warnings in W=1 builds
Fix kdoc warnings by adding missing function parameter descriptions or by conversion to a normal comment. Signed-off-by: Sebastian Ott <sebott@redhat.com> Reviewed-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20240723101204.7356-3-sebott@redhat.com Signed-off-by: Oliver Upton <oliver.upton@linux.dev>
Diffstat (limited to 'arch/arm64/kvm/arm.c')
-rw-r--r--arch/arm64/kvm/arm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/kvm/arm.c b/arch/arm64/kvm/arm.c
index a7ca776b51ec..23e1fa56c02d 100644
--- a/arch/arm64/kvm/arm.c
+++ b/arch/arm64/kvm/arm.c
@@ -164,6 +164,7 @@ static int kvm_arm_default_max_vcpus(void)
/**
* kvm_arch_init_vm - initializes a VM data structure
* @kvm: pointer to the KVM struct
+ * @type: kvm device type
*/
int kvm_arch_init_vm(struct kvm *kvm, unsigned long type)
{