samples: basic: blinky: eGPIO PoC #6
Annotations
4 errors and 1 warning
|
Checkpatch.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#coding-style for more details.
LINE_SPACING: Missing a blank line after declarations
File:samples/basic/blinky/remote/src/main.c
Line:140
|
Kconfig.txt#L1
See https://docs.zephyrproject.org/latest/build/kconfig/tips.html for more details.
Found references to undefined Kconfig symbols. If any of these are false
positives, then add them to UNDEF_KCONFIG_ALLOWLIST in /home/runner/work/zephyr/zephyr/./scripts/ci/check_compliance.py.
If the reference is for a comment like /* CONFIG_FOO_* */ (or
/* CONFIG_FOO_*_... */), then please use exactly that form (with the '*'). The
CI check knows not to flag it.
More generally, a reference followed by $, @, {, *, or ## will never be
flagged.
CONFIG_EGPIO_INIT_PRIORITY drivers/gpio/gpio_nrfe.c:187, drivers/gpio/gpio_nrfe.c:205
|
|
samples/basic/blinky/remote/src/main.c#L140
samples/basic/blinky/remote/src/main.c:140 Missing a blank line after declarations
|
This job failed
Loading