Skip to content

Commit 95fa0ba

Browse files
Peng HaoMarc Zyngier
authored andcommitted
KVM: arm64: Drop long gone function parameter documentation
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]
1 parent 7315321 commit 95fa0ba

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/arm64/kvm/arm.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,6 @@ static bool need_new_vmid_gen(struct kvm_vmid *vmid)
466466

467467
/**
468468
* update_vmid - Update the vmid with a valid VMID for the current generation
469-
* @kvm: The guest that struct vmid belongs to
470469
* @vmid: The stage-2 VMID information struct
471470
*/
472471
static void update_vmid(struct kvm_vmid *vmid)

0 commit comments

Comments
 (0)