aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Bulwahn <[email protected]>2023-01-30 08:31:09 +0100
committerHerbert Xu <[email protected]>2023-02-10 17:20:19 +0800
commit808d065ad7367e9552b054aa3e092b78027bdf3e (patch)
tree507c1017795d5ada7edfce261fb03a99baeba6d6
parent1d273983fa83d7bc5b3d3b784ec774fb7e52983e (diff)
MAINTAINERS: repair file entry for STARFIVE TRNG DRIVER
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 <[email protected]> Acked-by: Jia Jie Ho <[email protected]> Signed-off-by: Herbert Xu <[email protected]>
-rw-r--r--MAINTAINERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 4f59559597ab..7c90bc235a0a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -19909,7 +19909,7 @@ STARFIVE TRNG DRIVER
M: Jia Jie Ho <[email protected]>
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 <[email protected]>