From: Thorsten Blum Date: Fri, 29 Mar 2024 15:44:54 +0000 (+0100) Subject: crypto: jitter - Remove duplicate word in comment X-Git-Tag: v6.10-rc5-pxa1908~397^2~82 X-Git-Url: https://git.dujemihanovic.xyz/?a=commitdiff_plain;h=8fa5f4f01c9fb4d4e2af1ebf6537c7b814c9eb2e;p=linux.git crypto: jitter - Remove duplicate word in comment s/in// Signed-off-by: Thorsten Blum Signed-off-by: Herbert Xu --- diff --git a/crypto/jitterentropy.c b/crypto/jitterentropy.c index 26a9048bc893..ee2aa0b7aa9e 100644 --- a/crypto/jitterentropy.c +++ b/crypto/jitterentropy.c @@ -158,7 +158,7 @@ struct rand_data { * See the SP 800-90B comment #10b for the corrected cutoff for the SP 800-90B * APT. * http://www.untruth.org/~josh/sp80090b/UL%20SP800-90B-final%20comments%20v1.9%2020191212.pdf - * In in the syntax of R, this is C = 2 + qbinom(1 − 2^(−30), 511, 2^(-1/osr)). + * In the syntax of R, this is C = 2 + qbinom(1 − 2^(−30), 511, 2^(-1/osr)). * (The original formula wasn't correct because the first symbol must * necessarily have been observed, so there is no chance of observing 0 of these * symbols.)