MAINTAINERS: repair file entry for STARFIVE TRNG DRIVER

Message ID 20230130073109.32025-1-lukas.bulwahn@gmail.com
State New
Headers
Series MAINTAINERS: repair file entry for STARFIVE TRNG DRIVER |

Commit Message

Lukas Bulwahn Jan. 30, 2023, 7:31 a.m. UTC
  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>
---
Jia Jie, please ack this patch.

Herbert, please pick this minor fix patch on top of the commit above. Thanks.

 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

JiaJie Ho Jan. 31, 2023, 7:32 a.m. UTC | #1
> 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.

Acked-by: Jia Jie Ho <jiajie.ho@starfivetech.com>

Thanks,
Jia Jie
  
Herbert Xu Feb. 10, 2023, 9:44 a.m. UTC | #2
On Mon, Jan 30, 2023 at 08:31:09AM +0100, Lukas Bulwahn wrote:
> 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>
> ---
> Jia Jie, please ack this patch.
> 
> Herbert, please pick this minor fix patch on top of the commit above. Thanks.
> 
>  MAINTAINERS | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Patch applied.  Thanks.
  

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index b615c8418e80..7d87a78446cd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -19845,7 +19845,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>