2021-08-31 12:48:54

by Geert Uytterhoeven

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: Fix AMD PTDMA DRIVER entry

Remove the bogus leading plus signs from the entry for the AMD PTDMA
driver.

Fixes: fa5d823b16a9442d ("dmaengine: ptdma: Initial driver for the AMD PTDMA")
Signed-off-by: Geert Uytterhoeven <[email protected]>
---
MAINTAINERS | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 51827224c141eaa8..3b024911ce6e50fe 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -985,11 +985,11 @@ S: Supported
T: git https://gitlab.freedesktop.org/agd5f/linux.git
F: drivers/gpu/drm/amd/pm/powerplay/

-+AMD PTDMA DRIVER
-+M: Sanjay R Mehta <[email protected]>
-+L: [email protected]
-+S: Maintained
-+F: drivers/dma/ptdma/
+AMD PTDMA DRIVER
+M: Sanjay R Mehta <[email protected]>
+L: [email protected]
+S: Maintained
+F: drivers/dma/ptdma/

AMD SEATTLE DEVICE TREE SUPPORT
M: Brijesh Singh <[email protected]>
--
2.25.1


2021-08-31 16:21:35

by Vinod Koul

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: Fix AMD PTDMA DRIVER entry

On 31-08-21, 14:42, Geert Uytterhoeven wrote:
> Remove the bogus leading plus signs from the entry for the AMD PTDMA
> driver.

Applied, thanks

--
~Vinod