Re: [PATCH 0/9] powerpc: delete duplicated words

2020-07-27 Thread Michael Ellerman
On Sat, 25 Jul 2020 17:38:00 -0700, Randy Dunlap wrote: > Drop duplicated words in arch/powerpc/ header files. > > Cc: Michael Ellerman > Cc: Benjamin Herrenschmidt > Cc: Paul Mackerras > Cc: linuxppc-dev@lists.ozlabs.org > > [...] Applied to powerpc/next. [1/9] powerpc/book3s/mmu-hash.h:

Re: [PATCH 0/9] powerpc: delete duplicated words

2020-07-27 Thread Joe Perches
On Sun, 2020-07-26 at 12:08 -0700, Randy Dunlap wrote: > v0.1 of this script also found lots of repeated numbers and strings of > special characters (ASCII art etc.), so now it ignores duplicated numbers > or special characters -- since it is really looking for duplicate words. > > Anyway, I

Re: [PATCH 0/9] powerpc: delete duplicated words

2020-07-26 Thread Michael Ellerman
Randy Dunlap writes: > On 7/26/20 7:29 AM, Christophe Leroy wrote: >> Randy Dunlap a écrit : >> >>> 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

Re: [PATCH 0/9] powerpc: delete duplicated words

2020-07-26 Thread Joe Perches
On 2020-07-26 12:08, Randy Dunlap wrote: On 7/26/20 10:49 AM, Joe Perches wrote: On Sun, 2020-07-26 at 10:23 -0700, Randy Dunlap wrote: On 7/26/20 7:29 AM, Christophe Leroy wrote: Randy Dunlap a écrit : Drop duplicated words in arch/powerpc/ header files. How did you detect them ? Do you

Re: [PATCH 0/9] powerpc: delete duplicated words

2020-07-26 Thread Randy Dunlap
On 7/26/20 10:49 AM, Joe Perches wrote: > On Sun, 2020-07-26 at 10:23 -0700, Randy Dunlap wrote: >> On 7/26/20 7:29 AM, Christophe Leroy wrote: >>> Randy Dunlap a écrit : >>> Drop duplicated words in arch/powerpc/ header files. >>> >>> How did you detect them ? Do you have some script for

Re: [PATCH 0/9] powerpc: delete duplicated words

2020-07-26 Thread Joe Perches
On Sun, 2020-07-26 at 10:23 -0700, Randy Dunlap wrote: > On 7/26/20 7:29 AM, Christophe Leroy wrote: > > Randy Dunlap a écrit : > > > > > 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 ?

Re: [PATCH 0/9] powerpc: delete duplicated words

2020-07-26 Thread Randy Dunlap
On 7/26/20 7:29 AM, Christophe Leroy wrote: > Randy Dunlap a écrit : > >> 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

Re: [PATCH 0/9] powerpc: delete duplicated words

2020-07-26 Thread Christophe Leroy
Randy Dunlap a écrit : 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 ? Cc: Michael Ellerman You say you Cc Michael, but in fact you don't ... Allthough he is the powerpc maintainer

[PATCH 0/9] powerpc: delete duplicated words

2020-07-25 Thread Randy Dunlap
Drop duplicated words in arch/powerpc/ header files. Cc: Michael Ellerman Cc: Benjamin Herrenschmidt Cc: Paul Mackerras 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 +-