]> Git Repo - linux.git/commitdiff
KVM: arm64: Drop long gone function parameter documentation
authorPeng Hao <[email protected]>
Wed, 1 Jul 2020 12:07:09 +0000 (08:07 -0400)
committerMarc Zyngier <[email protected]>
Sun, 5 Jul 2020 19:51:56 +0000 (20:51 +0100)
update_vmid() just has one parameter "vmid".The other parameter
"kvm" is no longer used.

Signed-off-by: Peng Hao <[email protected]>
Signed-off-by: Marc Zyngier <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
arch/arm64/kvm/arm.c

index 90cb9056144689a2e0471c1220a7b28492e18775..5bf9bf54b22c9e86a21dbae40e3619a72ba9c115 100644 (file)
@@ -466,7 +466,6 @@ static bool need_new_vmid_gen(struct kvm_vmid *vmid)
 
 /**
  * update_vmid - Update the vmid with a valid VMID for the current generation
- * @kvm: The guest that struct vmid belongs to
  * @vmid: The stage-2 VMID information struct
  */
 static void update_vmid(struct kvm_vmid *vmid)
This page took 0.056451 seconds and 4 git commands to generate.