hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/net/ceph/crush/mapper.c
....@@ -298,7 +298,7 @@
298298 *
299299 * for reference, see:
300300 *
301
- * http://en.wikipedia.org/wiki/Exponential_distribution#Distribution_of_the_minimum_of_exponential_random_variables
301
+ * https://en.wikipedia.org/wiki/Exponential_distribution#Distribution_of_the_minimum_of_exponential_random_variables
302302 *
303303 */
304304
....@@ -987,7 +987,7 @@
987987 case CRUSH_RULE_CHOOSELEAF_FIRSTN:
988988 case CRUSH_RULE_CHOOSE_FIRSTN:
989989 firstn = 1;
990
- /* fall through */
990
+ fallthrough;
991991 case CRUSH_RULE_CHOOSELEAF_INDEP:
992992 case CRUSH_RULE_CHOOSE_INDEP:
993993 if (wsize == 0)