Linux cryptographic layer development
 help / color / mirror / Atom feed
* [PATCH] The VIA Hardware RNG driver is for the CPU, not Chipset
@ 2009-05-10  6:28 Harald Welte
  2009-05-11  0:12 ` Arjan Koers
  2009-05-15  5:57 ` Herbert Xu
  0 siblings, 2 replies; 9+ messages in thread
From: Harald Welte @ 2009-05-10  6:28 UTC (permalink / raw)
  To: linux-crypto; +Cc: Herbert Xu

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

Signed-off-by: Harald Welte <HaraldWelte@viatech.com>
---
 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 eea0814..824f003 100644
--- a/drivers/char/hw_random/via-rng.c
+++ b/drivers/char/hw_random/via-rng.c
@@ -213,5 +213,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");
-- 
1.5.6.5

-- 
- Harald Welte <HaraldWelte@viatech.com>	    http://linux.via.com.tw/
============================================================================
VIA Open Source Liaison

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-05-15  5:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-10  6:28 [PATCH] The VIA Hardware RNG driver is for the CPU, not Chipset Harald Welte
2009-05-11  0:12 ` Arjan Koers
2009-05-11  2:58   ` Harald Welte
2009-05-11 11:22     ` Arjan Koers
2009-05-11 17:46       ` Harald Welte
2009-05-11  4:06   ` Harald Welte
2009-05-11 11:24     ` Arjan Koers
2009-05-11 23:07     ` Herbert Xu
2009-05-15  5:57 ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox