MAINTAINERS: Drop realname for L: entries

Message ID 20230508144135.1450524-1-u.kleine-koenig@pengutronix.de
State New
Headers
Series MAINTAINERS: Drop realname for L: entries |

Commit Message

Uwe Kleine-König May 8, 2023, 2:41 p.m. UTC
  The format of L: entries in the MAINTAINERS file are expected to just
contain the list's email address. get_maintainers doesn't cope well, if
a realname is specified:

	$ scripts/get_maintainer.pl -f Documentation/devicetree/bindings/display/arm,komeda.yaml
	...
	 (open list:ARM KOMEDA DRM-KMS DRIVER)
	...

So drop the realname (and the < >).

Fixes: ab6911b73493 ("MAINTAINERS: Add maintainer for Arm komeda driver")
Fixes: 6865788f5ad9 ("MAINTAINERS: Update entries from the Nitro Enclaves section")
Fixes: 3affaa5a7ca3 ("drm/afbc: Add AFBC modifier usage documentation")
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
Hello,

who will apply this patch? Joe?

Best regards
Uwe

 MAINTAINERS | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


base-commit: ac9a78681b921877518763ba0e89202254349d1b
  

Comments

Joe Perches May 8, 2023, 3:43 p.m. UTC | #1
On Mon, 2023-05-08 at 16:41 +0200, Uwe Kleine-König wrote:
> The format of L: entries in the MAINTAINERS file are expected to just
> contain the list's email address. get_maintainers doesn't cope well, if
> a realname is specified:
> 
> 	$ scripts/get_maintainer.pl -f Documentation/devicetree/bindings/display/arm,komeda.yaml
> 	...
> 	 (open list:ARM KOMEDA DRM-KMS DRIVER)
> 	...
> 
> So drop the realname (and the < >).
> 
> Fixes: ab6911b73493 ("MAINTAINERS: Add maintainer for Arm komeda driver")
> Fixes: 6865788f5ad9 ("MAINTAINERS: Update entries from the Nitro Enclaves section")
> Fixes: 3affaa5a7ca3 ("drm/afbc: Add AFBC modifier usage documentation")
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> ---
> Hello,
> 
> who will apply this patch? Joe?

Andrew? Please apply.

I do suspect though that these are non-public mailing lists/exploders
and these would be better as M: entries with names.

> Best regards
> Uwe
> 
>  MAINTAINERS | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7e0b87d5aa2e..ae1d8e140a67 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1669,7 +1669,7 @@ ARM KOMEDA DRM-KMS DRIVER
>  M:	James (Qian) Wang <james.qian.wang@arm.com>
>  M:	Liviu Dudau <liviu.dudau@arm.com>
>  M:	Mihail Atanassov <mihail.atanassov@arm.com>
> -L:	Mali DP Maintainers <malidp@foss.arm.com>
> +L:	malidp@foss.arm.com
>  S:	Supported
>  T:	git git://anongit.freedesktop.org/drm/drm-misc
>  F:	Documentation/devicetree/bindings/display/arm,komeda.yaml
> @@ -1691,7 +1691,7 @@ F:	include/uapi/drm/panfrost_drm.h
>  ARM MALI-DP DRM DRIVER
>  M:	Liviu Dudau <liviu.dudau@arm.com>
>  M:	Brian Starkey <brian.starkey@arm.com>
> -L:	Mali DP Maintainers <malidp@foss.arm.com>
> +L:	malidp@foss.arm.com
>  S:	Supported
>  T:	git git://anongit.freedesktop.org/drm/drm-misc
>  F:	Documentation/devicetree/bindings/display/arm,malidp.yaml
> @@ -14825,7 +14825,7 @@ F:	arch/nios2/
>  NITRO ENCLAVES (NE)
>  M:	Alexandru Ciobotaru <alcioa@amazon.com>
>  L:	linux-kernel@vger.kernel.org
> -L:	The AWS Nitro Enclaves Team <aws-nitro-enclaves-devel@amazon.com>
> +L:	aws-nitro-enclaves-devel@amazon.com
>  S:	Supported
>  W:	https://aws.amazon.com/ec2/nitro/nitro-enclaves/
>  F:	Documentation/virt/ne_overview.rst
> 
> base-commit: ac9a78681b921877518763ba0e89202254349d1b
  
Liviu Dudau May 9, 2023, 4:50 p.m. UTC | #2
On Mon, May 08, 2023 at 04:41:35PM +0200, Uwe Kleine-König wrote:
> The format of L: entries in the MAINTAINERS file are expected to just
> contain the list's email address. get_maintainers doesn't cope well, if
> a realname is specified:
> 
> 	$ scripts/get_maintainer.pl -f Documentation/devicetree/bindings/display/arm,komeda.yaml
> 	...
> 	 (open list:ARM KOMEDA DRM-KMS DRIVER)
> 	...
> 
> So drop the realname (and the < >).
> 
> Fixes: ab6911b73493 ("MAINTAINERS: Add maintainer for Arm komeda driver")
> Fixes: 6865788f5ad9 ("MAINTAINERS: Update entries from the Nitro Enclaves section")
> Fixes: 3affaa5a7ca3 ("drm/afbc: Add AFBC modifier usage documentation")
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
  > ---
> Hello,
> 
> who will apply this patch? Joe?
> 
> Best regards
> Uwe
> 
>  MAINTAINERS | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 7e0b87d5aa2e..ae1d8e140a67 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1669,7 +1669,7 @@ ARM KOMEDA DRM-KMS DRIVER
>  M:	James (Qian) Wang <james.qian.wang@arm.com>
>  M:	Liviu Dudau <liviu.dudau@arm.com>
>  M:	Mihail Atanassov <mihail.atanassov@arm.com>
> -L:	Mali DP Maintainers <malidp@foss.arm.com>
> +L:	malidp@foss.arm.com
>  S:	Supported
>  T:	git git://anongit.freedesktop.org/drm/drm-misc
>  F:	Documentation/devicetree/bindings/display/arm,komeda.yaml
> @@ -1691,7 +1691,7 @@ F:	include/uapi/drm/panfrost_drm.h
>  ARM MALI-DP DRM DRIVER
>  M:	Liviu Dudau <liviu.dudau@arm.com>
>  M:	Brian Starkey <brian.starkey@arm.com>
> -L:	Mali DP Maintainers <malidp@foss.arm.com>
> +L:	malidp@foss.arm.com
>  S:	Supported
>  T:	git git://anongit.freedesktop.org/drm/drm-misc
>  F:	Documentation/devicetree/bindings/display/arm,malidp.yaml

Trying to save some churn, I will NAK this part as I'm planning on sending
an update removing the mailing list completely and trimming down the list
of maintainers, removing the people that have moved on.

If it's too late, the appologies as I have seen this email only today.

Best regards,
Liviu


> @@ -14825,7 +14825,7 @@ F:	arch/nios2/
>  NITRO ENCLAVES (NE)
>  M:	Alexandru Ciobotaru <alcioa@amazon.com>
>  L:	linux-kernel@vger.kernel.org
> -L:	The AWS Nitro Enclaves Team <aws-nitro-enclaves-devel@amazon.com>
> +L:	aws-nitro-enclaves-devel@amazon.com
>  S:	Supported
>  W:	https://aws.amazon.com/ec2/nitro/nitro-enclaves/
>  F:	Documentation/virt/ne_overview.rst
> 
> base-commit: ac9a78681b921877518763ba0e89202254349d1b
> -- 
> 2.39.2
>
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 7e0b87d5aa2e..ae1d8e140a67 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1669,7 +1669,7 @@  ARM KOMEDA DRM-KMS DRIVER
 M:	James (Qian) Wang <james.qian.wang@arm.com>
 M:	Liviu Dudau <liviu.dudau@arm.com>
 M:	Mihail Atanassov <mihail.atanassov@arm.com>
-L:	Mali DP Maintainers <malidp@foss.arm.com>
+L:	malidp@foss.arm.com
 S:	Supported
 T:	git git://anongit.freedesktop.org/drm/drm-misc
 F:	Documentation/devicetree/bindings/display/arm,komeda.yaml
@@ -1691,7 +1691,7 @@  F:	include/uapi/drm/panfrost_drm.h
 ARM MALI-DP DRM DRIVER
 M:	Liviu Dudau <liviu.dudau@arm.com>
 M:	Brian Starkey <brian.starkey@arm.com>
-L:	Mali DP Maintainers <malidp@foss.arm.com>
+L:	malidp@foss.arm.com
 S:	Supported
 T:	git git://anongit.freedesktop.org/drm/drm-misc
 F:	Documentation/devicetree/bindings/display/arm,malidp.yaml
@@ -14825,7 +14825,7 @@  F:	arch/nios2/
 NITRO ENCLAVES (NE)
 M:	Alexandru Ciobotaru <alcioa@amazon.com>
 L:	linux-kernel@vger.kernel.org
-L:	The AWS Nitro Enclaves Team <aws-nitro-enclaves-devel@amazon.com>
+L:	aws-nitro-enclaves-devel@amazon.com
 S:	Supported
 W:	https://aws.amazon.com/ec2/nitro/nitro-enclaves/
 F:	Documentation/virt/ne_overview.rst