Re: [PATCH v6] checkpatch: add fix for non-standard signature - co-authored-by

2020-12-05 Thread Joe Perches
On Sat, 2020-12-05 at 15:52 +0530, Aditya wrote: > On 4/12/20 8:10 pm, Aditya Srivastava wrote: > > Currently, checkpatch.pl warns us for BAD_SIGN_OFF on the usage of > > non-standard signatures. [] > > The standard signature equivalent for 'Co-authored-by' is > > 'Co-developed-by'. > > > >

Re: [PATCH v6] checkpatch: add fix for non-standard signature - co-authored-by

2020-12-05 Thread Aditya
On 5/12/20 5:33 pm, Joe Perches wrote: > On Sat, 2020-12-05 at 15:52 +0530, Aditya wrote: >> On 4/12/20 8:10 pm, Aditya Srivastava wrote: >>> Currently, checkpatch.pl warns us for BAD_SIGN_OFF on the usage of >>> non-standard signatures. > [] >>> The standard signature equivalent for

Re: [PATCH v6] checkpatch: add fix for non-standard signature - co-authored-by

2020-12-05 Thread Aditya
On 4/12/20 8:10 pm, Aditya Srivastava wrote: > Currently, checkpatch.pl warns us for BAD_SIGN_OFF on the usage of > non-standard signatures. > > An evaluation on v4.13..v5.8 showed that out of 539 warnings due to > non-standard signatures, 43 are due to the use of 'Co-authored-by' > tag, which

Re: [PATCH v6] checkpatch: add fix for non-standard signature - co-authored-by

2020-12-04 Thread Joe Perches
On Fri, 2020-12-04 at 20:10 +0530, Aditya Srivastava wrote: > Currently, checkpatch.pl warns us for BAD_SIGN_OFF on the usage of > non-standard signatures. > > An evaluation on v4.13..v5.8 showed that out of 539 warnings due to > non-standard signatures, 43 are due to the use of 'Co-authored-by'

[PATCH v6] checkpatch: add fix for non-standard signature - co-authored-by

2020-12-04 Thread Aditya Srivastava
Currently, checkpatch.pl warns us for BAD_SIGN_OFF on the usage of non-standard signatures. An evaluation on v4.13..v5.8 showed that out of 539 warnings due to non-standard signatures, 43 are due to the use of 'Co-authored-by' tag, which may seem correct, but is not standard. The standard