diff options
author | Alexander A. Klimov <grandmaster@al2klimov.de> | 2020-08-12 03:34:50 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2020-08-12 19:58:00 +0200 |
commit | d89775fc929c5a1d91ed518a71b456da0865e5ff (patch) | |
tree | 6627de1e9aa4066b61bf01ba843f50782ee80b43 /lib/math | |
parent | lib/test_lockup.c: fix return value of test_lockup_init() (diff) | |
download | linux-d89775fc929c5a1d91ed518a71b456da0865e5ff.tar.xz linux-d89775fc929c5a1d91ed518a71b456da0865e5ff.zip |
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 <grandmaster@al2klimov.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Acked-by: Coly Li <colyli@suse.de> [crc64.c]
Link: http://lkml.kernel.org/r/20200726112154.16510-1-grandmaster@al2klimov.de
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib/math')
-rw-r--r-- | lib/math/rational.c | 2 |
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( |