[PATCH] MAINTAINERS: fix sysfs-platform-ayaneo-ec documentation path

Gabriel Windlin posted 1 patch 2 weeks, 2 days ago
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] MAINTAINERS: fix sysfs-platform-ayaneo-ec documentation path
Posted by Gabriel Windlin 2 weeks, 2 days ago
The documentation file for the AYANEO platform EC driver was added as
Documentation/ABI/testing/sysfs-platform-ayaneo-ec, but MAINTAINERS
references it without the '-ec' suffix, causing 'make refcheckdocs'
to report a broken reference.

Update the file entry to point to the correct file name.

Signed-off-by: Gabriel Windlin <gawindlin@gmail.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index da3e42d2d190..4e76c618dede 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4512,7 +4512,7 @@ AYANEO PLATFORM EC DRIVER
 M:	Antheas Kapenekakis <lkml@antheas.dev>
 L:	platform-driver-x86@vger.kernel.org
 S:	Maintained
-F:	Documentation/ABI/testing/sysfs-platform-ayaneo
+F:	Documentation/ABI/testing/sysfs-platform-ayaneo-ec
 F:	drivers/platform/x86/ayaneo-ec.c
 
 AZ6007 DVB DRIVER

base-commit: 5acbae5f7eb3d5275120abfe698c394b7325dcec
-- 
2.55.0
Re: [PATCH] MAINTAINERS: fix sysfs-platform-ayaneo-ec documentation path
Posted by Ilpo Järvinen 2 weeks, 2 days ago
On Tue, 08 Sep 2026 22:34:11 +0200, Gabriel Windlin wrote:

> The documentation file for the AYANEO platform EC driver was added as
> Documentation/ABI/testing/sysfs-platform-ayaneo-ec, but MAINTAINERS
> references it without the '-ec' suffix, causing 'make refcheckdocs'
> to report a broken reference.
> 
> Update the file entry to point to the correct file name.
> 
> [...]


Thank you for your contribution, it has been applied to my local
review-ilpo-fixes branch. Note it will show up in the public
platform-drivers-x86/review-ilpo-fixes branch only once I've pushed my
local branch there, which might take a while.

The list of commits applied:
[1/1] MAINTAINERS: fix sysfs-platform-ayaneo-ec documentation path
      commit: d144a494d81fcf2d1c5cf58b01c655bb8bafc701

--
 i.