forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 151fecfb72a0d602dfe79790602ef64b4e241574
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