kernel/net/ceph/crush/hash.c
.. .. @@ -7,7 +7,7 @@ 7 7 8 8 /* 9 9 * Robert Jenkins' function for mixing 32-bit values 10 - * http://burtleburtle.net/bob/hash/evahash.html10 + * https://burtleburtle.net/bob/hash/evahash.html11 11 * a, b = random bits, c = input and output 12 12 */ 13 13 #define crush_hashmix(a, b, c) do { \