All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC 0/3] checkpatch: add verbose mode
@ 2021-01-26 18:35 ` Dwaipayan Ray
  0 siblings, 0 replies; 14+ messages in thread
From: Dwaipayan Ray @ 2021-01-26 18:35 UTC (permalink / raw)
  To: joe; +Cc: linux-kernel-mentees, lukas.bulwahn, linux-kernel, Dwaipayan Ray

This patch series adds a verbose mode to checkpatch.
The verbose test descriptions are loaded from the
checkpatch documentation and parsed by checkpatch.

The documentation itself needs more work. More input
on the usage and test descriptions are needed.

Also the visual aspects of the verbose mode needs
some work put into. The usual printing of verbose
descriptions can cause confusion and maybe hard to
distinguish from the actual warnings.

Please note that this is only an initial attempt
and any comments are welcome.

Dwaipayan Ray (3):
  checkpatch: add verbose mode
  docs: add documentation for checkpatch
  docs: add documentation for checkpatch

 Documentation/dev-tools/checkpatch.rst | 283 +++++++++++++++++++++++++
 Documentation/dev-tools/index.rst      |   1 +
 scripts/checkpatch.pl                  |  55 +++++
 3 files changed, 339 insertions(+)
 create mode 100644 Documentation/dev-tools/checkpatch.rst

-- 
2.30.0


^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2021-01-27 13:10 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-26 18:35 [PATCH RFC 0/3] checkpatch: add verbose mode Dwaipayan Ray
2021-01-26 18:35 ` [Linux-kernel-mentees] " Dwaipayan Ray
2021-01-26 18:35 ` [PATCH RFC 1/3] " Dwaipayan Ray
2021-01-26 18:35   ` [Linux-kernel-mentees] " Dwaipayan Ray
2021-01-26 20:11   ` Joe Perches
2021-01-26 20:11     ` [Linux-kernel-mentees] " Joe Perches
2021-01-26 20:27     ` Dwaipayan Ray
2021-01-26 20:27       ` [Linux-kernel-mentees] " Dwaipayan Ray
2021-01-26 22:44       ` Joe Perches
2021-01-26 22:44         ` [Linux-kernel-mentees] " Joe Perches
2021-01-26 18:35 ` [PATCH RFC 2/3] docs: add documentation for checkpatch Dwaipayan Ray
2021-01-26 18:35   ` [Linux-kernel-mentees] " Dwaipayan Ray
2021-01-26 18:35 ` [PATCH RFC 3/3] " Dwaipayan Ray
2021-01-26 18:35   ` [Linux-kernel-mentees] " Dwaipayan Ray

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.