forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
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 { \