> -----Original Message----- > From: Lukas Bulwahn [mailto:lukas.bulwahn@xxxxxxxxx] > Sent: 16 March 2022 12:42 > To: Shameerali Kolothum Thodi <shameerali.kolothum.thodi@xxxxxxxxxx>; > Alex Williamson <alex.williamson@xxxxxxxxxx> > Cc: Wangzhou (B) <wangzhou1@xxxxxxxxxxxxx>; Herbert Xu > <herbert@xxxxxxxxxxxxxxxxxxx>; David S . Miller <davem@xxxxxxxxxxxxx>; > linux-crypto@xxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx; > kernel-janitors@xxxxxxxxxxxxxxx; Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx> > Subject: [PATCH] MAINTAINERS: adjust entry for header movement in hisilicon > qm driver > > Commit ff5812e00d5e ("crypto: hisilicon/qm: Move the QM header to > include/linux") moves drivers/crypto/hisilicon/qm.h to > include/linux/hisi_acc_qm.h, but misses to adjust MAINTAINERS. > > Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a > broken reference. > > Adjust the file entry in the HISILICON QM AND ZIP Controller DRIVER > following this file movement. > > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@xxxxxxxxx> > --- Thanks for this. Reviewed-by: Shameer Kolothum <shameerali.kolothum.thodi@xxxxxxxxxx> Shameer > Alex, please pick this minor clean-up on your -next tree on top of the > commit above. > > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 845b36c0f0f5..963d7001f2ce 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -8852,9 +8852,9 @@ L: linux-crypto@xxxxxxxxxxxxxxx > S: Maintained > F: Documentation/ABI/testing/debugfs-hisi-zip > F: drivers/crypto/hisilicon/qm.c > -F: drivers/crypto/hisilicon/qm.h > F: drivers/crypto/hisilicon/sgl.c > F: drivers/crypto/hisilicon/zip/ > +F: include/linux/hisi_acc_qm.h > > HISILICON ROCE DRIVER > M: Wenpeng Liang <liangwenpeng@xxxxxxxxxx> > -- > 2.17.1