KVM: arm/arm64: Clean up vcpu finalization function parameter naming
authorDave Martin <Dave.Martin@arm.com>
Wed, 10 Apr 2019 16:17:37 +0000 (17:17 +0100)
committerMarc Zyngier <marc.zyngier@arm.com>
Thu, 18 Apr 2019 16:14:02 +0000 (17:14 +0100)
commit92e68b2b1ba004be55b2094fb8b5c11d0b24d11d
tree4b5d3c72acb18056be7c076b7e140094c0eb36f6
parentecfb6ed4f66e68129c3ab675c68cb6578c28ef9b
KVM: arm/arm64: Clean up vcpu finalization function parameter naming

Currently, the internal vcpu finalization functions use a different
name ("what") for the feature parameter than the name ("feature")
used in the documentation.

To avoid future confusion, this patch converts everything to use
the name "feature" consistently.

No functional change.

Suggested-by: Andrew Jones <drjones@redhat.com>
Signed-off-by: Dave Martin <Dave.Martin@arm.com>
Reviewed-by: Andrew Jones <drjones@redhat.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
arch/arm/include/asm/kvm_host.h
arch/arm64/include/asm/kvm_host.h
arch/arm64/kvm/reset.c