Skip to content

Commit

Permalink
hwrng: via_rng - The VIA Hardware RNG driver is for the CPU, not Chipset
Browse files Browse the repository at this point in the history
This is a cosmetic change, fixing the MODULE_DESCRIPTION() of via-rng.c

Signed-off-by: Harald Welte <HaraldWelte@viatech.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
Harald Welte authored and Herbert Xu committed Jun 2, 2009
1 parent a3bef3a commit 608d1cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/char/hw_random/via-rng.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

0 comments on commit 608d1cd

Please sign in to comment.