On Mon, Apr 19, 2021 at 9:38 AM Lukas Bulwahn <lukas.bulw...@gmail.com> wrote: > > Commit 5a517b5bf687 ("i2c: designware: Get rid of legacy platform data") > removes ./include/linux/platform_data/i2c-designware.h, but misses to > adjust the SYNOPSYS DESIGNWARE I2C DRIVER section in MAINTAINERS. > > Hence, ./scripts/get_maintainer.pl --self-test=patterns complains: > > warning: no file matches F: include/linux/platform_data/i2c-designware.h > > Remove the file entry to this removed file as well.
Oops, I was under the impression I grepped all occurrences, but I have not. Reviewed-by: Andy Shevchenko <andy.shevche...@gmail.com> Thanks for the catch! > Signed-off-by: Lukas Bulwahn <lukas.bulw...@gmail.com> > --- > applies cleanly on next-20210419 > > Andy, please ack. > Lee, please pick this minor patch on your -next tree. > > MAINTAINERS | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index bbe356508f29..6b903aad27f4 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -17667,7 +17667,6 @@ R: Mika Westerberg > <mika.westerb...@linux.intel.com> > L: linux-...@vger.kernel.org > S: Maintained > F: drivers/i2c/busses/i2c-designware-* > -F: include/linux/platform_data/i2c-designware.h > > SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER > M: Jaehoon Chung <jh80.ch...@samsung.com> > -- > 2.17.1 > -- With Best Regards, Andy Shevchenko