Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <lukas.bulwahn@gmail.com>
Acked-by: Jia Jie Ho <jiajie.ho@starfivetech.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

authored by

Lukas Bulwahn and committed by
Herbert Xu
808d065a 1d273983

+1 -1
+1 -1
MAINTAINERS
··· 19909 19909 M: Jia Jie Ho <jiajie.ho@starfivetech.com> 19910 19910 S: Supported 19911 19911 F: Documentation/devicetree/bindings/rng/starfive* 19912 - F: drivers/char/hw_random/starfive-trng.c 19912 + F: drivers/char/hw_random/jh7110-trng.c 19913 19913 19914 19914 STATIC BRANCH/CALL 19915 19915 M: Peter Zijlstra <peterz@infradead.org>