Re: [PATCH v2] checkpatch: improve email parsing

2020-11-04 Thread Dwaipayan Ray
> I agree with them as well. Let us try to establish one common way from > comments. > > Dwaipayan, if you code this into checkpatch.pl, maybe you can also add > some hints on conventions for tags in the kernel (process) documentation > to explain the rules and conventions we think make sense. > S

Re: [PATCH v2] checkpatch: improve email parsing

2020-11-04 Thread Lukas Bulwahn
On Tue, 3 Nov 2020, Joe Perches wrote: > On Tue, 2020-11-03 at 09:10 +0100, Lukas Bulwahn wrote: > > Maybe you can coordinate among each other who would want to create > > suitable fix rules here? > > Yes please. > > > Also, start with the class of the most frequent mistakes for > > unexpecte

Re: [PATCH v2] checkpatch: improve email parsing

2020-11-03 Thread Dwaipayan Ray
On Wed, Nov 4, 2020 at 1:02 AM Joe Perches wrote: > > On Tue, 2020-11-03 at 09:10 +0100, Lukas Bulwahn wrote: > > Maybe you can coordinate among each other who would want to create > > suitable fix rules here? > > Yes please. > > > Also, start with the class of the most frequent mistakes for > > u

Re: [PATCH v2] checkpatch: improve email parsing

2020-11-03 Thread Joe Perches
On Tue, 2020-11-03 at 09:10 +0100, Lukas Bulwahn wrote: > Maybe you can coordinate among each other who would want to create > suitable fix rules here? Yes please. > Also, start with the class of the most frequent mistakes for > unexpected content after email addresses. > > I imagine that a main

Re: [PATCH v2] checkpatch: improve email parsing

2020-11-03 Thread Lukas Bulwahn
On Tue, Nov 3, 2020 at 8:28 AM Joe Perches wrote: > > On Tue, 2020-11-03 at 11:28 +0530, Dwaipayan Ray wrote: > > On Tue, Nov 3, 2020 at 11:18 AM Dwaipayan Ray > > wrote: > > > > > > checkpatch doesn't report warnings for many common mistakes > > > in emails. Some of which are trailing commas an

Re: [PATCH v2] checkpatch: improve email parsing

2020-11-03 Thread Dwaipayan Ray
On Tue, Nov 3, 2020 at 12:58 PM Joe Perches wrote: > > On Tue, 2020-11-03 at 11:28 +0530, Dwaipayan Ray wrote: > > On Tue, Nov 3, 2020 at 11:18 AM Dwaipayan Ray > > wrote: > > > > > > checkpatch doesn't report warnings for many common mistakes > > > in emails. Some of which are trailing commas a

Re: [PATCH v2] checkpatch: improve email parsing

2020-11-02 Thread Joe Perches
On Tue, 2020-11-03 at 11:28 +0530, Dwaipayan Ray wrote: > On Tue, Nov 3, 2020 at 11:18 AM Dwaipayan Ray wrote: > > > > checkpatch doesn't report warnings for many common mistakes > > in emails. Some of which are trailing commas and incorrect > > use of email comments. > > > > At the same time se