Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Jilin Yuan and committed by
Michael Ellerman
0d4bb5e4 4c73cadc

+1 -1
+1 -1
arch/powerpc/platforms/book3s/vas-api.c
··· 431 431 * The window may be inactive due to lost credit (Ex: core 432 432 * removal with DLPAR). If the window is active again when 433 433 * the credit is available, map the new paste address at the 434 - * the window virtual address. 434 + * window virtual address. 435 435 */ 436 436 if (txwin->status == VAS_WIN_ACTIVE) { 437 437 paste_addr = cp_inst->coproc->vops->paste_addr(txwin);