diff options
| author | Michael Ellerman <mpe@ellerman.id.au> | 2022-05-19 00:26:29 +1000 |
|---|---|---|
| committer | Michael Ellerman <mpe@ellerman.id.au> | 2022-05-22 15:59:43 +1000 |
| commit | 87c78b612f4feccdcf4019351206ebe0e3dfe828 (patch) | |
| tree | cdfc16609cbabba4941a5a42171b04d11bb2842b /arch/powerpc/kernel/smp.c | |
| parent | 079e5fd3a1e41c186c1bc4166d409d22e70729bf (diff) | |
| download | linux-next-87c78b612f4feccdcf4019351206ebe0e3dfe828.tar.gz linux-next-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/kernel/smp.c')
| -rw-r--r-- | arch/powerpc/kernel/smp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/smp.c b/arch/powerpc/kernel/smp.c index 4335efcb3184..bcefab484ea6 100644 --- a/arch/powerpc/kernel/smp.c +++ b/arch/powerpc/kernel/smp.c @@ -874,7 +874,7 @@ out_free: * @tg : The thread-group structure of the CPU node which @cpu belongs * to. * - * Returns the index to tg->thread_list that points to the the start + * Returns the index to tg->thread_list that points to the start * of the thread_group that @cpu belongs to. * * Returns -1 if cpu doesn't belong to any of the groups pointed to by |
