hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
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