aboutsummaryrefslogtreecommitdiffstats
path: root/net/ceph/crush/hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ceph/crush/hash.c')
-rw-r--r--net/ceph/crush/hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ceph/crush/hash.c b/net/ceph/crush/hash.c
index e5cc603cdb17..fe79f6d2d0db 100644
--- a/net/ceph/crush/hash.c
+++ b/net/ceph/crush/hash.c
@@ -7,7 +7,7 @@
/*
* Robert Jenkins' function for mixing 32-bit values
- * http://burtleburtle.net/bob/hash/evahash.html
+ * https://burtleburtle.net/bob/hash/evahash.html
* a, b = random bits, c = input and output
*/
#define crush_hashmix(a, b, c) do { \