linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Set the field name for subsystem profile section
@ 2024-02-16 20:19 SeongJae Park
  2024-02-19 21:52 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: SeongJae Park @ 2024-02-16 20:19 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: SeongJae Park, Dan Williams, linux-doc, linux-kernel

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>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8d1052fa6a69..25fa30bec35f 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.
-- 
2.39.2


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

* Re: [PATCH] MAINTAINERS: Set the field name for subsystem profile section
  2024-02-16 20:19 [PATCH] MAINTAINERS: Set the field name for subsystem profile section SeongJae Park
@ 2024-02-19 21:52 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2024-02-19 21:52 UTC (permalink / raw)
  To: SeongJae Park; +Cc: SeongJae Park, Dan Williams, linux-doc, linux-kernel

SeongJae Park <sj@kernel.org> writes:

> 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>
> ---
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 8d1052fa6a69..25fa30bec35f 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,

Applied, thanks.

jon

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

end of thread, other threads:[~2024-02-19 21:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-16 20:19 [PATCH] MAINTAINERS: Set the field name for subsystem profile section SeongJae Park
2024-02-19 21:52 ` 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).