linux-kernel-mentees.lists.linuxfoundation.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v8 0/3] checkpatch: add verbose mode
@ 2021-02-26  9:38 Dwaipayan Ray
  2021-02-26  9:38 ` [PATCH v8 1/3] docs: add documentation for checkpatch Dwaipayan Ray
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Dwaipayan Ray @ 2021-02-26  9:38 UTC (permalink / raw)
  To: joe, corbet, mchehab
  Cc: Dwaipayan Ray, linux-kernel-mentees, linux-kernel, linux-doc

Add a new verbose mode to checkpatch. The verbose test
descriptions are read from the new checkpatch documentation
file at `Documentation/dev-tools/checkpatch.rst`, which
is also added by this series.

The verbose mode is optional and can be enabled by the
flag -v or --verbose.

The documentation file is only parsed by checkpatch.pl
if the verbose mode is enabled. The verbose mode can
not be used together with the --terse option.

Changes in v8:
- Remove custom table of contents from checkpatch rst

Changes in v7:
- Add color coding support to --list-types option

Changes in v6:
- Allow using verbose mode with --list-types option

Changes in v5:
- Change the reference format to use absolute links.
- Print verbose descriptions only for the first time
  a message type is encountered.

Changes in v4:
- Change the type description format
- Group the message types by usage
- Make handling of --terse with --verbose simpler

Changes in v3:
- Simplify documentation file parsing in checkpatch
- Document a total of 33 message types for checkpatch

Changes in v2:
- Use .rst Field Lists to specify the type descriptions.
- Add a few more type descriptions to documentation.

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

Lukas Bulwahn (1):
  MAINTAINERS: clarify responsibility for checkpatch documentation

 Documentation/dev-tools/checkpatch.rst | 513 +++++++++++++++++++++++++
 Documentation/dev-tools/index.rst      |   1 +
 MAINTAINERS                            |   9 +
 scripts/checkpatch.pl                  | 133 ++++++-
 4 files changed, 636 insertions(+), 20 deletions(-)
 create mode 100644 Documentation/dev-tools/checkpatch.rst

-- 
2.30.0

_______________________________________________
Linux-kernel-mentees mailing list
Linux-kernel-mentees@lists.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees

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

end of thread, other threads:[~2021-03-01 22:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-26  9:38 [PATCH v8 0/3] checkpatch: add verbose mode Dwaipayan Ray
2021-02-26  9:38 ` [PATCH v8 1/3] docs: add documentation for checkpatch Dwaipayan Ray
2021-02-26  9:38 ` [PATCH v8 2/3] checkpatch: add verbose mode Dwaipayan Ray
2021-02-26  9:38 ` [PATCH v8 3/3] MAINTAINERS: clarify responsibility for checkpatch documentation Dwaipayan Ray
2021-03-01 21:22 ` [PATCH v8 0/3] checkpatch: add verbose mode Jonathan Corbet
2021-03-01 21:53   ` Joe Perches
2021-03-01 21:57     ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).