[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220508024001.107483-1-wangborong@cdjrlc.com>
Date: Sun, 8 May 2022 10:40:01 +0800
From: Jason Wang <wangborong@...rlc.com>
To: mpe@...erman.id.au
Cc: benh@...nel.crashing.org, paulus@...ba.org, clg@...d.org,
maz@...nel.org, npiggin@...il.com, aneesh.kumar@...ux.ibm.com,
kernel.noureddine@...il.com, aik@...abs.ru,
linuxppc-dev@...ts.ozlabs.org, linux-kernel@...r.kernel.org,
Jason Wang <wangborong@...rlc.com>
Subject: [PATCH] KVM: PPC: Book3S HV: Fix typo in a comment
The double `the' in the comment in line 212 is repeated. Remove one
of them from the comment.
Signed-off-by: Jason Wang <wangborong@...rlc.com>
---
arch/powerpc/kvm/book3s_xive_native.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/powerpc/kvm/book3s_xive_native.c b/arch/powerpc/kvm/book3s_xive_native.c
index f81ba6f84e72..5271c33fe79e 100644
--- a/arch/powerpc/kvm/book3s_xive_native.c
+++ b/arch/powerpc/kvm/book3s_xive_native.c
@@ -209,7 +209,7 @@ static int kvmppc_xive_native_reset_mapped(struct kvm *kvm, unsigned long irq)
/*
* Clear the ESB pages of the IRQ number being mapped (or
- * unmapped) into the guest and let the the VM fault handler
+ * unmapped) into the guest and let the VM fault handler
* repopulate with the appropriate ESB pages (device or IC)
*/
pr_debug("clearing esb pages for girq 0x%lx\n", irq);
--
2.35.1
Powered by blists - more mailing lists