hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
kernel/scripts/gcc-plugins/cyc_complexity_plugin.c
....@@ -5,7 +5,7 @@
55 * Homepage:
66 * https://github.com/ephox-gcc-plugins/cyclomatic_complexity
77 *
8
- * http://en.wikipedia.org/wiki/Cyclomatic_complexity
8
+ * https://en.wikipedia.org/wiki/Cyclomatic_complexity
99 * The complexity M is then defined as:
1010 * M = E - N + 2P
1111 * where