[PATCH] MAINTAINERS: adjust file entry in ANALOG DEVICES INC AD4691 DRIVER

Lukas Bulwahn posted 1 patch 6 days, 16 hours ago
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] MAINTAINERS: adjust file entry in ANALOG DEVICES INC AD4691 DRIVER
Posted by Lukas Bulwahn 6 days, 16 hours ago
From: Lukas Bulwahn <lukas.bulwahn@redhat.com>

Commit 963d07535e77 ("docs: iio: adc: ad4691: add driver documentation")
adds a file entry in the MAINTAINERS section ANALOG DEVICES INC AD4691
DRIVER referring to the non-existing file drivers/iio/adc/ad4691.rst. This
commit however adds Documentation/iio/ad4691.rst; so likely, the file entry
intends to refer to that newly added file.

Correct the file entry to refer to the intended file.

Fixes: 963d07535e77 ("docs: iio: adc: ad4691: add driver documentation")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index f877e5aaf2c7..c2539ffc179b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1507,8 +1507,8 @@ L:	linux-iio@vger.kernel.org
 S:	Supported
 W:	https://ez.analog.com/linux-software-drivers
 F:	Documentation/devicetree/bindings/iio/adc/adi,ad4691.yaml
+F:	Documentation/iio/ad4691.rst
 F:	drivers/iio/adc/ad4691.c
-F:	drivers/iio/adc/ad4691.rst
 
 ANALOG DEVICES INC AD4695 DRIVER
 M:	Michael Hennerich <michael.hennerich@analog.com>
-- 
2.54.0
Re: [PATCH] MAINTAINERS: adjust file entry in ANALOG DEVICES INC AD4691 DRIVER
Posted by Joshua Crofts 6 days, 15 hours ago
On Mon, 18 May 2026 at 13:45, Lukas Bulwahn <lbulwahn@redhat.com> wrote:
>
> From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
>
> Commit 963d07535e77 ("docs: iio: adc: ad4691: add driver documentation")
> adds a file entry in the MAINTAINERS section ANALOG DEVICES INC AD4691
> DRIVER referring to the non-existing file drivers/iio/adc/ad4691.rst. This
> commit however adds Documentation/iio/ad4691.rst; so likely, the file entry
> intends to refer to that newly added file.
>
> Correct the file entry to refer to the intended file.
>
> Fixes: 963d07535e77 ("docs: iio: adc: ad4691: add driver documentation")
> Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> ---

Reviewed-by: Joshua Crofts <joshua.crofts1@gmail.com>

-- 
Kind regards

CJD
Re: [PATCH] MAINTAINERS: adjust file entry in ANALOG DEVICES INC AD4691 DRIVER
Posted by Jonathan Cameron 6 days, 13 hours ago
On Mon, 18 May 2026 14:50:55 +0200
Joshua Crofts <joshua.crofts1@gmail.com> wrote:

> On Mon, 18 May 2026 at 13:45, Lukas Bulwahn <lbulwahn@redhat.com> wrote:
> >
> > From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> >
> > Commit 963d07535e77 ("docs: iio: adc: ad4691: add driver documentation")
> > adds a file entry in the MAINTAINERS section ANALOG DEVICES INC AD4691
> > DRIVER referring to the non-existing file drivers/iio/adc/ad4691.rst. This
> > commit however adds Documentation/iio/ad4691.rst; so likely, the file entry
> > intends to refer to that newly added file.
> >
> > Correct the file entry to refer to the intended file.
> >
> > Fixes: 963d07535e77 ("docs: iio: adc: ad4691: add driver documentation")
> > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
> > ---  
> 
> Reviewed-by: Joshua Crofts <joshua.crofts1@gmail.com>
> 

Applied.

Thanks,

Jonathan