hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
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