MAINTAINERS: repair file entry for STARFIVE TRNG DRIVER
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Mon, 30 Jan 2023 07:31:09 +0000 (08:31 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 10 Feb 2023 09:20:19 +0000 (17:20 +0800)
Commit c388f458bc34 ("hwrng: starfive - Add TRNG driver for StarFive SoC")
adds the STARFIVE TRNG DRIVER section to MAINTAINERS, but refers to the
non-existing file drivers/char/hw_random/starfive-trng.c rather than to the
actually added file drivers/char/hw_random/jh7110-trng.c in this commit.

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

Repair this file entry in STARFIVE TRNG DRIVER.

Fixes: c388f458bc34 ("hwrng: starfive - Add TRNG driver for StarFive SoC")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Acked-by: Jia Jie Ho <jiajie.ho@starfivetech.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
MAINTAINERS

index 4f59559597ab636254b02254a34084ac717f6294..7c90bc235a0aa191d0a183c6741d7794b4e88cd3 100644 (file)
@@ -19909,7 +19909,7 @@ STARFIVE TRNG DRIVER
 M:     Jia Jie Ho <jiajie.ho@starfivetech.com>
 S:     Supported
 F:     Documentation/devicetree/bindings/rng/starfive*
-F:     drivers/char/hw_random/starfive-trng.c
+F:     drivers/char/hw_random/jh7110-trng.c
 
 STATIC BRANCH/CALL
 M:     Peter Zijlstra <peterz@infradead.org>