hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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 { \