diff options
author | Jilin Yuan <yuanjilin@cdjrlc.com> | 2022-08-31 08:49:14 +0800 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2022-09-06 11:03:04 +1000 |
commit | 0d4bb5e45aa698f2f357b1424b842bebe13b1c8b (patch) | |
tree | cf5b0e7fc85e9794bcfa8c6104c60bf252095171 /arch/powerpc/platforms | |
parent | 4c73cadcdc64b53248bca85baa8a19e7384701ec (diff) | |
download | linux-stable-0d4bb5e45aa698f2f357b1424b842bebe13b1c8b.tar.gz linux-stable-0d4bb5e45aa698f2f357b1424b842bebe13b1c8b.tar.bz2 linux-stable-0d4bb5e45aa698f2f357b1424b842bebe13b1c8b.zip |
powerpc/vas: fix repeated words in comments
Delete the redundant word 'the'.
Signed-off-by: Jilin Yuan <yuanjilin@cdjrlc.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220831004914.37055-1-yuanjilin@cdjrlc.com
Diffstat (limited to 'arch/powerpc/platforms')
-rw-r--r-- | arch/powerpc/platforms/book3s/vas-api.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |