diff options
author | SeongJae Park <sj@kernel.org> | 2024-02-16 23:19:02 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2024-02-21 23:44:21 +0300 |
commit | bf667efc5672df14fe8c3686c2598620aaf0cc93 (patch) | |
tree | 6f9533b0a30ce109b77e468b6551493eb8767921 | |
parent | eefe68280c94adc352c583d3312d8cbc3b6e9ccd (diff) | |
download | linux-bf667efc5672df14fe8c3686c2598620aaf0cc93.tar.xz |
MAINTAINERS: Set the field name for subsystem profile section
Subsystem profile section entry identifier is not having its field name
that can be parsed by maintainers_include.py, unlike other sections
which have their own human-readable field names. As a result, profile
sections on rendered rst file is having weird name, 'P:'. Set the field
name as 'Subsystem Profile'.
Fixes: 4699c504e603 ("Maintainer Handbook: Maintainer Entry Profile")
Signed-off-by: SeongJae Park <sj@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240216201902.10095-1-sj@kernel.org
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 106fb189de20..36d69d90aa8e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -24,7 +24,7 @@ Descriptions of section entries and preferred order filing info, a direct bug tracker link, or a mailto: URI. C: URI for *chat* protocol, server and channel where developers usually hang out, for example irc://server/channel. - P: Subsystem Profile document for more details submitting + P: *Subsystem Profile* document for more details submitting patches to the given subsystem. This is either an in-tree file, or a URI. See Documentation/maintainer/maintainer-entry-profile.rst for details. |