2021-07-26 14:53:21

by Lukas Bulwahn

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: repair Miquel Raynal's email address

Commit d70c6b026069 ("MAINTAINERS: Add PL353 NAND controller entry") and
commit 813d52799ad2 ("MAINTAINERS: Add PL353 SMC entry") adds Miquel
Raynal as maintainer with an obvious invalid email address, which can be
easily fixed.

Repair this copy-and-paste error in Miquel Raynal's email address.

Signed-off-by: Lukas Bulwahn <[email protected]>
---
Miquel, please pick or ack this patch.
Krzysztof, please pick this patch if Miquel does not.

MAINTAINERS | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index d69b2d4646be..f31922d0503a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1476,7 +1476,7 @@ F: drivers/amba/
F: include/linux/amba/bus.h

ARM PRIMECELL PL35X NAND CONTROLLER DRIVER
-M: Miquel Raynal <[email protected]@bootlin.com>
+M: Miquel Raynal <[email protected]>
M: Naga Sureshkumar Relli <[email protected]>
L: [email protected]
S: Maintained
@@ -1484,7 +1484,7 @@ F: Documentation/devicetree/bindings/mtd/arm,pl353-nand-r2p1.yaml
F: drivers/mtd/nand/raw/pl35x-nand-controller.c

ARM PRIMECELL PL35X SMC DRIVER
-M: Miquel Raynal <[email protected]@bootlin.com>
+M: Miquel Raynal <[email protected]>
M: Naga Sureshkumar Relli <[email protected]>
L: [email protected] (moderated for non-subscribers)
S: Maintained
--
2.17.1


2021-07-27 06:44:32

by Miquel Raynal

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: repair Miquel Raynal's email address

Hi Lukas,

Lukas Bulwahn <[email protected]> wrote on Mon, 26 Jul 2021
16:49:49 +0200:

> Commit d70c6b026069 ("MAINTAINERS: Add PL353 NAND controller entry") and
> commit 813d52799ad2 ("MAINTAINERS: Add PL353 SMC entry") adds Miquel
> Raynal as maintainer with an obvious invalid email address, which can be
> easily fixed.
>
> Repair this copy-and-paste error in Miquel Raynal's email address.

Sometimes my fingers don't follow my commands, strange that I did
not spot it earlier. I'll take this through my tree.

> Signed-off-by: Lukas Bulwahn <[email protected]>
> ---
> Miquel, please pick or ack this patch.
> Krzysztof, please pick this patch if Miquel does not.
>
> MAINTAINERS | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index d69b2d4646be..f31922d0503a 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1476,7 +1476,7 @@ F: drivers/amba/
> F: include/linux/amba/bus.h
>
> ARM PRIMECELL PL35X NAND CONTROLLER DRIVER
> -M: Miquel Raynal <[email protected]@bootlin.com>
> +M: Miquel Raynal <[email protected]>
> M: Naga Sureshkumar Relli <[email protected]>
> L: [email protected]
> S: Maintained
> @@ -1484,7 +1484,7 @@ F: Documentation/devicetree/bindings/mtd/arm,pl353-nand-r2p1.yaml
> F: drivers/mtd/nand/raw/pl35x-nand-controller.c
>
> ARM PRIMECELL PL35X SMC DRIVER
> -M: Miquel Raynal <[email protected]@bootlin.com>
> +M: Miquel Raynal <[email protected]>
> M: Naga Sureshkumar Relli <[email protected]>
> L: [email protected] (moderated for non-subscribers)
> S: Maintained


Thanks,
Miquèl

2021-08-07 00:10:53

by Miquel Raynal

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: repair Miquel Raynal's email address

On Mon, 2021-07-26 at 14:49:49 UTC, Lukas Bulwahn wrote:
> Commit d70c6b026069 ("MAINTAINERS: Add PL353 NAND controller entry") and
> commit 813d52799ad2 ("MAINTAINERS: Add PL353 SMC entry") adds Miquel
> Raynal as maintainer with an obvious invalid email address, which can be
> easily fixed.
>
> Repair this copy-and-paste error in Miquel Raynal's email address.
>
> Signed-off-by: Lukas Bulwahn <[email protected]>

Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next, thanks.

Miquel