Re: [PATCH] checkpatch: disable commit log length check warning for signature tag

2020-07-27 Thread Nachiket Naganure
On Mon, Jul 27, 2020 at 02:17:06PM -0700, Joe Perches wrote: > On Mon, 2020-07-27 at 22:34 +0200, Lukas Bulwahn wrote: > > On Mon, 27 Jul 2020, Nachiket Naganure wrote: > > > On Sun, Jul 26, 2020 at 11:14:42PM -0700, Joe Perches wrote: > > > > On Mon, 2020-07-27 at 11:24 +0530, Nachiket Naganure

Re: [PATCH] checkpatch: disable commit log length check warning for signature tag

2020-07-27 Thread Joe Perches
On Mon, 2020-07-27 at 22:34 +0200, Lukas Bulwahn wrote: > On Mon, 27 Jul 2020, Nachiket Naganure wrote: > > On Sun, Jul 26, 2020 at 11:14:42PM -0700, Joe Perches wrote: > > > On Mon, 2020-07-27 at 11:24 +0530, Nachiket Naganure wrote: [] > > > OK, but the test should be: > > > > > >

Re: [PATCH] checkpatch: disable commit log length check warning for signature tag

2020-07-27 Thread Lukas Bulwahn
On Mon, 27 Jul 2020, Nachiket Naganure wrote: > On Sun, Jul 26, 2020 at 11:14:42PM -0700, Joe Perches wrote: > > On Mon, 2020-07-27 at 11:24 +0530, Nachiket Naganure wrote: > > > Disable commit log length check in case of signature tag. If the commit > > > log line has valid signature tags

Re: [PATCH] checkpatch: disable commit log length check warning for signature tag

2020-07-27 Thread Nachiket Naganure
On Sun, Jul 26, 2020 at 11:14:42PM -0700, Joe Perches wrote: > On Mon, 2020-07-27 at 11:24 +0530, Nachiket Naganure wrote: > > Disable commit log length check in case of signature tag. If the commit > > log line has valid signature tags such as "Reported-and-tested-by" with > > more than 75

Re: [PATCH] checkpatch: disable commit log length check warning for signature tag

2020-07-27 Thread Joe Perches
On Mon, 2020-07-27 at 11:24 +0530, Nachiket Naganure wrote: > Disable commit log length check in case of signature tag. If the commit > log line has valid signature tags such as "Reported-and-tested-by" with > more than 75 characters, suppress the long length warning. > > For instance in commit

[PATCH] checkpatch: disable commit log length check warning for signature tag

2020-07-26 Thread Nachiket Naganure
Disable commit log length check in case of signature tag. If the commit log line has valid signature tags such as "Reported-and-tested-by" with more than 75 characters, suppress the long length warning. For instance in commit ac854131d984 ("USB: core: Fix misleading driver bug report"), the