From: Lukas Bulwahn Date: Wed, 16 Mar 2022 12:42:24 +0000 (+0100) Subject: MAINTAINERS: adjust entry for header movement in hisilicon qm driver X-Git-Tag: howlett/maple/20220722_2~939^2~1 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=8b8e7158aa757e47f2984004d0af0689592a494b;p=users%2Fjedix%2Flinux-maple.git 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 Link: https://lore.kernel.org/r/20220316124224.29091-1-lukas.bulwahn@gmail.com Fixes: ff5812e00d5e ("crypto: hisilicon/qm: Move the QM header to include/linux") Reviewed-by: Shameer Kolothum Signed-off-by: Alex Williamson --- diff --git a/MAINTAINERS b/MAINTAINERS index 48e09ca666c2..a6f84f6f1845 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -8708,9 +8708,9 @@ L: linux-crypto@vger.kernel.org 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