[PATCH 2/2] MAINTAINERS: Update sd-fec documentation file from txt to yaml

Dragan Cvetic posted 2 patches 1 year, 11 months ago
There is a newer version of this series
[PATCH 2/2] MAINTAINERS: Update sd-fec documentation file from txt to yaml
Posted by Dragan Cvetic 1 year, 11 months ago
The documentation for sd-fec bindings is now YAML, so update the
MAINTAINERS file.

Signed-off-by: Dragan Cvetic <dragan.cvetic@amd.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 35147477e8e4..37754901119d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -23942,7 +23942,7 @@ XILINX SD-FEC IP CORES
 M:	Derek Kiernan <derek.kiernan@amd.com>
 M:	Dragan Cvetic <dragan.cvetic@amd.com>
 S:	Maintained
-F:	Documentation/devicetree/bindings/misc/xlnx,sd-fec.txt
+F:	Documentation/devicetree/bindings/misc/xlnx,sd-fec.yaml
 F:	Documentation/misc-devices/xilinx_sdfec.rst
 F:	drivers/misc/Kconfig
 F:	drivers/misc/Makefile
-- 
2.17.1
Re: [PATCH 2/2] MAINTAINERS: Update sd-fec documentation file from txt to yaml
Posted by Krzysztof Kozlowski 1 year, 11 months ago
On 16/01/2024 12:11, Dragan Cvetic wrote:
> The documentation for sd-fec bindings is now YAML, so update the
> MAINTAINERS file.

This cannot be separate patch - it's not bisectable. Also does not make
sense to split it: why having incorrect path on patch #1?

Best regards,
Krzysztof