forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 093a6c67005148ae32a5c9e4553491b9f5c2457b
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