Re: [PATCH RFC 1/3] checkpatch: add verbose mode

2021-01-27 Thread Joe Perches
On Wed, 2021-01-27 at 01:57 +0530, Dwaipayan Ray wrote: > On Wed, Jan 27, 2021 at 1:41 AM Joe Perches wrote: > > On Wed, 2021-01-27 at 00:05 +0530, Dwaipayan Ray wrote: > > > Add a new verbose mode to checkpatch.pl to emit additional verbose > > > test descriptions. > > > > > > The verbose mode i

Re: [PATCH RFC 1/3] checkpatch: add verbose mode

2021-01-26 Thread Dwaipayan Ray
On Wed, Jan 27, 2021 at 1:41 AM Joe Perches wrote: > > On Wed, 2021-01-27 at 00:05 +0530, Dwaipayan Ray wrote: > > Add a new verbose mode to checkpatch.pl to emit additional verbose > > test descriptions. > > > > The verbose mode is optional and can be enabled by the flag > > --verbose. > > > > Th

Re: [PATCH RFC 1/3] checkpatch: add verbose mode

2021-01-26 Thread Joe Perches
On Wed, 2021-01-27 at 00:05 +0530, Dwaipayan Ray wrote: > Add a new verbose mode to checkpatch.pl to emit additional verbose > test descriptions. > > The verbose mode is optional and can be enabled by the flag > --verbose. > > The test descriptions are itself loaded from the checkpatch descripti

[PATCH RFC 1/3] checkpatch: add verbose mode

2021-01-26 Thread Dwaipayan Ray
Add a new verbose mode to checkpatch.pl to emit additional verbose test descriptions. The verbose mode is optional and can be enabled by the flag --verbose. The test descriptions are itself loaded from the checkpatch documentation file at Documentation/dev-tools/checkpatch.rst. The descriptions i