Skip to content

Commit 0d4bb5e

Browse files
Jilin Yuanmpe
authored andcommitted
powerpc/vas: fix repeated words in comments
Delete the redundant word 'the'. Signed-off-by: Jilin Yuan <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 4c73cad commit 0d4bb5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/powerpc/platforms/book3s/vas-api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ static vm_fault_t vas_mmap_fault(struct vm_fault *vmf)
431431
* The window may be inactive due to lost credit (Ex: core
432432
* removal with DLPAR). If the window is active again when
433433
* the credit is available, map the new paste address at the
434-
* the window virtual address.
434+
* window virtual address.
435435
*/
436436
if (txwin->status == VAS_WIN_ACTIVE) {
437437
paste_addr = cp_inst->coproc->vops->paste_addr(txwin);

0 commit comments

Comments
 (0)