MAINTAINERS: Set the field name for subsystem profile section
authorSeongJae Park <sj@kernel.org>
Fri, 16 Feb 2024 20:19:02 +0000 (12:19 -0800)
committerJonathan Corbet <corbet@lwn.net>
Wed, 21 Feb 2024 20:44:21 +0000 (13:44 -0700)
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
MAINTAINERS

index 106fb189de20138300b9476321d48ab0a2e6ebd8..36d69d90aa8ebdea846925a79e1bd5950798a3a7 100644 (file)
@@ -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.