Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1241712
| From | Alexander Kuleshov <kuleshovmail@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] crypto/jitterentropy-kcapi: fix a comment reflecting function name changed |
| Date | 2015-10-07 19:40 +0200 |
| Message-ID | <qh0R5-3eS-17@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
The clocksource does not provide clocksource_register() function since
f893598 commit (clocksource: Mostly kill clocksource_register()), but
__clocksource_register() instead.
Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
---
crypto/jitterentropy-kcapi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crypto/jitterentropy-kcapi.c b/crypto/jitterentropy-kcapi.c
index ceea83d..4b030df 100644
--- a/crypto/jitterentropy-kcapi.c
+++ b/crypto/jitterentropy-kcapi.c
@@ -101,7 +101,7 @@ void jent_get_nstime(__u64 *out)
*
* The list of available timers can be obtained from
* /sys/devices/system/clocksource/clocksource0/available_clocksource
- * and are registered with clocksource_register()
+ * and are registered with __clocksource_register()
*/
if ((0 == tmp) &&
(0 == __getnstimeofday(&ts))) {
--
2.6.0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] crypto/jitterentropy-kcapi: fix a comment reflecting function name changed Alexander Kuleshov <kuleshovmail@gmail.com> - 2015-10-07 19:40 +0200 Re: [PATCH] crypto/jitterentropy-kcapi: fix a comment reflecting function name changed Herbert Xu <herbert@gondor.apana.org.au> - 2015-10-08 15:30 +0200
csiph-web