We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c73cad commit 0d4bb5eCopy full SHA for 0d4bb5e
arch/powerpc/platforms/book3s/vas-api.c
@@ -431,7 +431,7 @@ static vm_fault_t vas_mmap_fault(struct vm_fault *vmf)
431
* The window may be inactive due to lost credit (Ex: core
432
* removal with DLPAR). If the window is active again when
433
* the credit is available, map the new paste address at the
434
- * the window virtual address.
+ * window virtual address.
435
*/
436
if (txwin->status == VAS_WIN_ACTIVE) {
437
paste_addr = cp_inst->coproc->vops->paste_addr(txwin);
0 commit comments