Commit 95fa0ba8 authored by Peng Hao's avatar Peng Hao Committed by Marc Zyngier

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: default avatarPeng Hao <richard.peng@oppo.com>
Signed-off-by: default avatarMarc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20200701120709.388377-1-richard.peng@oppo.com
parent 73153217
...@@ -466,7 +466,6 @@ static bool need_new_vmid_gen(struct kvm_vmid *vmid) ...@@ -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 * 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 * @vmid: The stage-2 VMID information struct
*/ */
static void update_vmid(struct kvm_vmid *vmid) static void update_vmid(struct kvm_vmid *vmid)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment