On Mon, 8 Jan 2024 10:43:20 +0100 Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx> 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 <lukas.bulwahn@xxxxxxxxx> 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@xxxxxxxxxxxxxx/ > --- > 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: linux-iio@xxxxxxxxxxxxxxx > 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 <alexandru.tachici@xxxxxxxxxx>