Re: [PATCH] checkpatch: Add test for repeated words

2020-07-27 Thread Joe Perches
On Mon, 2020-07-27 at 17:03 -0700, Randy Dunlap wrote: > On 7/27/20 12:33 AM, Joe Perches wrote: > > Try to avoid adding repeated words either on the > > same line or consecutive comment lines in a block > > > > e.g.: > > > > duplicated word in comment block > > > > /* > > * this is a c

Re: [PATCH] checkpatch: Add test for repeated words

2020-07-27 Thread Randy Dunlap
On 7/27/20 12:33 AM, Joe Perches wrote: > Try to avoid adding repeated words either on the > same line or consecutive comment lines in a block > > e.g.: > > duplicated word in comment block > > /* >* this is a comment block where the last word of the previous >* previous li