Michael Ellerman <m...@ellerman.id.au> writes: > Brian W Hart <ha...@linux.vnet.ibm.com> writes: >> On Thu, May 19, 2022 at 12:26:29AM +1000, Michael Ellerman wrote: >>> Rather than waiting for the bots to fix these one-by-one, fix all >>> occurences of "the the" throughout arch/powerpc. > ... >>> diff --git a/arch/powerpc/platforms/chrp/setup.c >>> b/arch/powerpc/platforms/chrp/setup.c >>> index ef4c2b15f9dd..5d237da43b64 100644 >>> --- a/arch/powerpc/platforms/chrp/setup.c >>> +++ b/arch/powerpc/platforms/chrp/setup.c >>> @@ -253,7 +253,7 @@ static void __noreturn briq_restart(char *cmd) >>> * Per default, input/output-device points to the keyboard/screen >>> * If no card is installed, the built-in serial port is used as a fallback. >>> * But unfortunately, the firmware does not connect /chosen/{stdin,stdout} >>> - * the the built-in serial node. Instead, a /failsafe node is created. >>> + * the built-in serial node. Instead, a /failsafe node is created. >>> */ >>> static __init void chrp_init(void) >>> { >> >> Maybe this one should be "to the"? > > You're right. Darn it, I've already applied the patch. > > Given how old this code is it will probably not last many more years, so > I'll just leave it as-is. Hopefully no one writes a bot that looks for > missing "to"s.
I did fix it in the end, because I needed to rebase to fix something else. cheers