Messages in this thread Patch in this message |  | | From | Lukas Bulwahn <> | Subject | [PATCH] MAINTAINERS: repair Miquel Raynal's email address | Date | 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.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> --- 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 <miquel.raynal@bootlin.com@bootlin.com> +M: Miquel Raynal <miquel.raynal@bootlin.com> M: Naga Sureshkumar Relli <nagasure@xilinx.com> L: linux-mtd@lists.infradead.org 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 <miquel.raynal@bootlin.com@bootlin.com> +M: Miquel Raynal <miquel.raynal@bootlin.com> M: Naga Sureshkumar Relli <nagasure@xilinx.com> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) S: Maintained -- 2.17.1
|  |