diff options
author | Peng Hao <richard.peng@oppo.com> | 2020-07-01 08:07:09 -0400 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2020-07-05 20:51:56 +0100 |
commit | 95fa0ba83e66dea0d3af48ad69842ae8c1dd9af2 (patch) | |
tree | 165f0ea20275869643b950f4281c82cf18b7f413 /arch/arm64/kvm | |
parent | 731532176716e2775a5d21115bb9c5c61e0cb704 (diff) | |
download | lwn-95fa0ba83e66dea0d3af48ad69842ae8c1dd9af2.tar.gz lwn-95fa0ba83e66dea0d3af48ad69842ae8c1dd9af2.zip |
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 <richard.peng@oppo.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20200701120709.388377-1-richard.peng@oppo.com
Diffstat (limited to 'arch/arm64/kvm')
-rw-r--r-- | arch/arm64/kvm/arm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/kvm/arm.c b/arch/arm64/kvm/arm.c index 90cb90561446..5bf9bf54b22c 100644 --- a/arch/arm64/kvm/arm.c +++ b/arch/arm64/kvm/arm.c @@ -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) |