summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/pgtable.c
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2022-05-19 00:26:29 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2022-05-22 15:59:43 +1000
commit87c78b612f4feccdcf4019351206ebe0e3dfe828 (patch)
treecdfc16609cbabba4941a5a42171b04d11bb2842b /arch/powerpc/mm/pgtable.c
parent079e5fd3a1e41c186c1bc4166d409d22e70729bf (diff)
downloadlinux-87c78b612f4feccdcf4019351206ebe0e3dfe828.tar.gz
linux-87c78b612f4feccdcf4019351206ebe0e3dfe828.tar.bz2
linux-87c78b612f4feccdcf4019351206ebe0e3dfe828.zip
powerpc: Fix all occurences of "the the"
Rather than waiting for the bots to fix these one-by-one, fix all occurences of "the the" throughout arch/powerpc. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20220518142629.513007-1-mpe@ellerman.id.au
Diffstat (limited to 'arch/powerpc/mm/pgtable.c')
-rw-r--r--arch/powerpc/mm/pgtable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/mm/pgtable.c b/arch/powerpc/mm/pgtable.c
index 6ec5a7dd7913..e6166b71d36d 100644
--- a/arch/powerpc/mm/pgtable.c
+++ b/arch/powerpc/mm/pgtable.c
@@ -351,7 +351,7 @@ EXPORT_SYMBOL_GPL(vmalloc_to_phys);
* (4) hugepd pointer, _PAGE_PTE = 0 and bits [2..6] indicate size of table
*
* So long as we atomically load page table pointers we are safe against teardown,
- * we can follow the address down to the the page and take a ref on it.
+ * we can follow the address down to the page and take a ref on it.
* This function need to be called with interrupts disabled. We use this variant
* when we have MSR[EE] = 0 but the paca->irq_soft_mask = IRQS_ENABLED
*/