diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2022-05-18 16:26:29 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2022-05-22 07:59:43 +0200 |
commit | 87c78b612f4feccdcf4019351206ebe0e3dfe828 (patch) | |
tree | cdfc16609cbabba4941a5a42171b04d11bb2842b /arch/powerpc/boot/wrapper | |
parent | selftests/powerpc/pmu/ebb: remove fixed_instruction.S (diff) | |
download | linux-87c78b612f4feccdcf4019351206ebe0e3dfe828.tar.xz 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/boot/wrapper')
-rwxr-xr-x | arch/powerpc/boot/wrapper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/wrapper b/arch/powerpc/boot/wrapper index 9184eda780fd..55978f32fa77 100755 --- a/arch/powerpc/boot/wrapper +++ b/arch/powerpc/boot/wrapper @@ -162,7 +162,7 @@ while [ "$#" -gt 0 ]; do fi ;; --no-gzip) - # a "feature" of the the wrapper script is that it can be used outside + # a "feature" of the wrapper script is that it can be used outside # the kernel tree. So keeping this around for backwards compatibility. compression= uboot_comp=none |