Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 608d1cd5 authored by Harald Welte's avatar Harald Welte Committed by Herbert Xu
Browse files

hwrng: via_rng - The VIA Hardware RNG driver is for the CPU, not Chipset



This is a cosmetic change, fixing the MODULE_DESCRIPTION() of via-rng.c

Signed-off-by: default avatarHarald Welte <HaraldWelte@viatech.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent a3bef3a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -205,5 +205,5 @@ static void __exit mod_exit(void)
module_init(mod_init);
module_exit(mod_exit);

MODULE_DESCRIPTION("H/W RNG driver for VIA chipsets");
MODULE_DESCRIPTION("H/W RNG driver for VIA CPU with PadLock");
MODULE_LICENSE("GPL");