[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220831004914.37055-1-yuanjilin@cdjrlc.com>
Date: Wed, 31 Aug 2022 08:49:14 +0800
From: Jilin Yuan <yuanjilin@...rlc.com>
To: mpe@...erman.id.au, npiggin@...il.com, christophe.leroy@...roup.eu,
gustavoars@...nel.org, Julia.Lawall@...ia.fr
Cc: linuxppc-dev@...ts.ozlabs.org, linux-kernel@...r.kernel.org,
Jilin Yuan <yuanjilin@...rlc.com>
Subject: [PATCH] powerpc/vas: fix repeated words in comments
Delete the redundant word 'the'.
Signed-off-by: Jilin Yuan <yuanjilin@...rlc.com>
---
arch/powerpc/platforms/book3s/vas-api.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/powerpc/platforms/book3s/vas-api.c b/arch/powerpc/platforms/book3s/vas-api.c
index c0799fb26b6d..40f5ae5e1238 100644
--- a/arch/powerpc/platforms/book3s/vas-api.c
+++ b/arch/powerpc/platforms/book3s/vas-api.c
@@ -431,7 +431,7 @@ static vm_fault_t vas_mmap_fault(struct vm_fault *vmf)
* The window may be inactive due to lost credit (Ex: core
* removal with DLPAR). If the window is active again when
* the credit is available, map the new paste address at the
- * the window virtual address.
+ * window virtual address.
*/
if (txwin->status == VAS_WIN_ACTIVE) {
paste_addr = cp_inst->coproc->vops->paste_addr(txwin);
--
2.36.1
Powered by blists - more mailing lists