aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/char/hw_random/via-rng.c2
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)
205module_init(mod_init); 205module_init(mod_init);
206module_exit(mod_exit); 206module_exit(mod_exit);
207 207
208MODULE_DESCRIPTION("H/W RNG driver for VIA chipsets"); 208MODULE_DESCRIPTION("H/W RNG driver for VIA CPU with PadLock");
209MODULE_LICENSE("GPL"); 209MODULE_LICENSE("GPL");