forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-04 1543e317f1da31b75942316931e8f491a8920811
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 { \