[PATCH] KVM: arm64: Fix typo in a comment
Will Deacon
will at kernel.org
Thu May 20 03:23:07 PDT 2021
On Thu, May 20, 2021 at 11:41:29AM +0800, Shaokun Zhang wrote:
> Fix typo 'kvm_pgtable_stage2_flush_range' -> 'kvm_pgtable_stage2_flush'
>
> Cc: Quentin Perret <qperret at google.com>
> Cc: Marc Zyngier <maz at kernel.org>
> Signed-off-by: Shaokun Zhang <zhangshaokun at hisilicon.com>
> ---
> arch/arm64/include/asm/kvm_pgtable.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/include/asm/kvm_pgtable.h b/arch/arm64/include/asm/kvm_pgtable.h
> index c3674c47d48c..25589cc71599 100644
> --- a/arch/arm64/include/asm/kvm_pgtable.h
> +++ b/arch/arm64/include/asm/kvm_pgtable.h
> @@ -386,7 +386,7 @@ int kvm_pgtable_stage2_relax_perms(struct kvm_pgtable *pgt, u64 addr,
> bool kvm_pgtable_stage2_is_young(struct kvm_pgtable *pgt, u64 addr);
>
> /**
> - * kvm_pgtable_stage2_flush_range() - Clean and invalidate data cache to Point
> + * kvm_pgtable_stage2_flush() - Clean and invalidate data cache to Point
> * of Coherency for guest stage-2 address
> * range.
> * @pgt: Page-table structure initialised by kvm_pgtable_stage2_init*().
Acked-by: Will Deacon <will at kernel.org>
Will
More information about the linux-arm-kernel
mailing list