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/xmon | |
parent | 079e5fd3a1e41c186c1bc4166d409d22e70729bf (diff) | |
download | linux-stable-87c78b612f4feccdcf4019351206ebe0e3dfe828.tar.gz linux-stable-87c78b612f4feccdcf4019351206ebe0e3dfe828.tar.bz2 linux-stable-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/xmon')
-rw-r--r-- | arch/powerpc/xmon/xmon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/xmon/xmon.c b/arch/powerpc/xmon/xmon.c index 2b7e99697757..fff81c2300fa 100644 --- a/arch/powerpc/xmon/xmon.c +++ b/arch/powerpc/xmon/xmon.c @@ -372,7 +372,7 @@ static void write_ciabr(unsigned long ciabr) * set_ciabr() - set the CIABR * @addr: The value to set. * - * This function sets the correct privilege value into the the HW + * This function sets the correct privilege value into the HW * breakpoint address before writing it up in the CIABR register. */ static void set_ciabr(unsigned long addr) |