2024-01-08 09:43:52

by Lukas Bulwahn

[permalink] [raw]
Subject: [PATCH] MAINTAINERS: correct file entry in ANALOG DEVICES INC AD7091R DRIVER

Commit de35d4092681 ("MAINTAINERS: Add MAINTAINERS entry for AD7091R") adds
the section ANALOG DEVICES INC AD7091R DRIVER in MAINTAINERS, but gets the
file entry for its driver wrong by duplicating the intended path.

Correct the file entry to the actual path for this driver.

Fixes: de35d4092681 ("MAINTAINERS: Add MAINTAINERS entry for AD7091R")
Signed-off-by: Lukas Bulwahn <[email protected]>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 1bf5637bd1f9..23d19b2a7ae3 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1137,7 +1137,7 @@ L: [email protected]
S: Supported
W: http://ez.analog.com/community/linux-device-drivers
F: Documentation/devicetree/bindings/iio/adc/adi,ad7091r*
-F: drivers/iio/adc/drivers/iio/adc/ad7091r*
+F: drivers/iio/adc/ad7091r*

ANALOG DEVICES INC AD7192 DRIVER
M: Alexandru Tachici <[email protected]>
--
2.17.1



2024-01-13 15:24:52

by Jonathan Cameron

[permalink] [raw]
Subject: Re: [PATCH] MAINTAINERS: correct file entry in ANALOG DEVICES INC AD7091R DRIVER

On Mon, 8 Jan 2024 10:43:20 +0100
Lukas Bulwahn <[email protected]> wrote:

> Commit de35d4092681 ("MAINTAINERS: Add MAINTAINERS entry for AD7091R") adds
> the section ANALOG DEVICES INC AD7091R DRIVER in MAINTAINERS, but gets the
> file entry for its driver wrong by duplicating the intended path.
>
> Correct the file entry to the actual path for this driver.
>
> Fixes: de35d4092681 ("MAINTAINERS: Add MAINTAINERS entry for AD7091R")
> Signed-off-by: Lukas Bulwahn <[email protected]>
Thanks Lukas,

Alternative fix was already posted. Note the discussion about fixes tags
for MAINTAINERS entries..
https://patchwork.kernel.org/project/linux-iio/patch/CAO=gReEUr4B+E2mQsSrncHf41f0A915SuoWgA522_2Ts-dZbSg@mail.gmail.com/
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 1bf5637bd1f9..23d19b2a7ae3 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1137,7 +1137,7 @@ L: [email protected]
> S: Supported
> W: http://ez.analog.com/community/linux-device-drivers
> F: Documentation/devicetree/bindings/iio/adc/adi,ad7091r*
> -F: drivers/iio/adc/drivers/iio/adc/ad7091r*
> +F: drivers/iio/adc/ad7091r*
>
> ANALOG DEVICES INC AD7192 DRIVER
> M: Alexandru Tachici <[email protected]>