hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/net/ceph/crush/hash.c
....@@ -7,7 +7,7 @@
77
88 /*
99 * Robert Jenkins' function for mixing 32-bit values
10
- * http://burtleburtle.net/bob/hash/evahash.html
10
+ * https://burtleburtle.net/bob/hash/evahash.html
1111 * a, b = random bits, c = input and output
1212 */
1313 #define crush_hashmix(a, b, c) do { \