Re: [PATCH 0/9] powerpc: delete duplicated words
From: Randy Dunlap <hidden>
Date: 2020-07-26 17:24:03
Also in:
lkml
On 7/26/20 7:29 AM, Christophe Leroy wrote:
Randy Dunlap [off-list ref] a écrit :quoted
Drop duplicated words in arch/powerpc/ header files.How did you detect them ? Do you have some script for tgat, or you just read all comments ?
Yes, it's a script that finds lots of false positives, so I have to check each and every one of them for validity.
quoted
Cc: Michael Ellerman <mpe@ellerman.id.au>You say you Cc Michael, but in fact you don't ... Allthough he is the powerpc maintainer
Thanks for noticing that. [time passes] I checked all of my emails for this patch series and they say that Mike was Cc:ed on all of them. I am adding his email address back to this one. Mike, did you receive this patch series?
Christophequoted
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Paul Mackerras <redacted> Cc: linuxppc-dev@lists.ozlabs.org arch/powerpc/include/asm/book3s/64/mmu-hash.h | 2 +- arch/powerpc/include/asm/book3s/64/radix-4k.h | 2 +- arch/powerpc/include/asm/cputime.h | 2 +- arch/powerpc/include/asm/epapr_hcalls.h | 4 ++-- arch/powerpc/include/asm/hw_breakpoint.h | 2 +- arch/powerpc/include/asm/ppc_asm.h | 2 +- arch/powerpc/include/asm/reg.h | 2 +- arch/powerpc/include/asm/smu.h | 2 +- arch/powerpc/platforms/powernv/pci.h | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-)
thanks. -- ~Randy