Hi Lukas, On Wed, 2021-11-03 at 10:47 +0100, Lukas Bulwahn wrote: > Commit c9f608c38009 ("crypto: keembay-ocs-ecc - Add Keem Bay OCS ECC > Driver") only adds drivers/crypto/keembay/keembay-ocs-ecc.c, but adds a > file entry drivers/crypto/keembay/ocs-ecc-curve-defs.h in MAINTAINERS. > > Hence, ./scripts/get_maintainer.pl --self-test=patterns warns: > > warning: no file matches F: drivers/crypto/keembay/ocs-ecc-curve-defs.h > > Assuming that this header is obsolete and will not be included in the > repository, remove the unneeded file entry from MAINTAINERS. My bad, that header was in a previous version of the patchset but was eventually dropped and I forgot to remove it from the MAINTAINERS file. Thanks for reporting and fixing this. Reviewed-by: Daniele Alessandrelli <daniele.alessandrelli@xxxxxxxxx> > > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx> > --- > MAINTAINERS | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index ba9f6537abc3..1fb254aa12d1 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -9671,7 +9671,6 @@ F: Documentation/devicetree/bindings/crypto/intel,keembay-ocs-ecc.yaml > F: drivers/crypto/keembay/Kconfig > F: drivers/crypto/keembay/Makefile > F: drivers/crypto/keembay/keembay-ocs-ecc.c > -F: drivers/crypto/keembay/ocs-ecc-curve-defs.h > > INTEL KEEM BAY OCS HCU CRYPTO DRIVER > M: Daniele Alessandrelli <daniele.alessandrelli@xxxxxxxxx>