diff options
author | Harald Welte <HaraldWelte@viatech.com> | 2009-05-15 01:57:35 -0400 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2009-06-02 00:04:51 -0400 |
commit | 608d1cd5d375580a49d01b5ed1f9944f5141ae19 (patch) | |
tree | d43f30e161f407e8f245db8ba1b4350a0a7910f0 /drivers/char/hw_random | |
parent | a3bef3a31a19bd943047ba8bf5b2cc7b5d164362 (diff) |
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: Harald Welte <HaraldWelte@viatech.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/char/hw_random')
-rw-r--r-- | drivers/char/hw_random/via-rng.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/hw_random/via-rng.c b/drivers/char/hw_random/via-rng.c index 4e9573c1d39e..02ee63906713 100644 --- a/drivers/char/hw_random/via-rng.c +++ b/drivers/char/hw_random/via-rng.c | |||
@@ -205,5 +205,5 @@ static void __exit mod_exit(void) | |||
205 | module_init(mod_init); | 205 | module_init(mod_init); |
206 | module_exit(mod_exit); | 206 | module_exit(mod_exit); |
207 | 207 | ||
208 | MODULE_DESCRIPTION("H/W RNG driver for VIA chipsets"); | 208 | MODULE_DESCRIPTION("H/W RNG driver for VIA CPU with PadLock"); |
209 | MODULE_LICENSE("GPL"); | 209 | MODULE_LICENSE("GPL"); |