diff options
Diffstat (limited to 'drivers')
-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"); |