MAINTAINERS: adjust file entries after crypto vmx file movement
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Thu, 8 Feb 2024 09:33:27 +0000 (10:33 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 17 Feb 2024 01:09:16 +0000 (09:09 +0800)
commit3ee2cee56c5e399424bb6d18de3b63be7126f28a
tree566e355b0ebc1e014f4f1e128db60e8bdf741c4d
parent9066ac364d8659ab7c993b83c60a6182c3ec1ef9
MAINTAINERS: adjust file entries after crypto vmx file movement

Commit 109303336a0c ("crypto: vmx - Move to arch/powerpc/crypto") moves the
crypto vmx files to arch/powerpc, but misses to adjust the file entries for
IBM Power VMX Cryptographic instructions and LINUX FOR POWERPC.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about
broken references.

Adjust these file entries accordingly. To keep the matched files exact
after the movement, spell out each file name in the new directory.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
MAINTAINERS