aboutsummaryrefslogtreecommitdiff
path: root/lib/math
diff options
context:
space:
mode:
authorAlexander A. Klimov <[email protected]>2020-08-11 18:34:50 -0700
committerLinus Torvalds <[email protected]>2020-08-12 10:58:00 -0700
commitd89775fc929c5a1d91ed518a71b456da0865e5ff (patch)
tree6627de1e9aa4066b61bf01ba843f50782ee80b43 /lib/math
parent3adf3bae0d612357da516d39e1584f1547eb6e86 (diff)
lib/: replace HTTP links with HTTPS ones
Rationale: Reduces attack surface on kernel devs opening the links for MITM as HTTPS traffic is much harder to manipulate. Signed-off-by: Alexander A. Klimov <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Acked-by: Coly Li <[email protected]> [crc64.c] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'lib/math')
-rw-r--r--lib/math/rational.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/math/rational.c b/lib/math/rational.c
index 31fb27db2deb..df75c8809693 100644
--- a/lib/math/rational.c
+++ b/lib/math/rational.c
@@ -27,7 +27,7 @@
* with the fractional part size described in given_denominator.
*
* for theoretical background, see:
- * http://en.wikipedia.org/wiki/Continued_fraction
+ * https://en.wikipedia.org/wiki/Continued_fraction
*/
void rational_best_approximation(