bugfix: esp32: allows QIO and QOUT flash modes #152370
compliance.yml
on: pull_request
Run compliance checks on patch series (PR)
2m 19s
Annotations
4 errors, 1 warning, and 2 notices
POINTER_LOCATION:
soc/espressif/common/include/hexdump.h#L10
soc/espressif/common/include/hexdump.h:10 "(foo*)" should be "(foo *)"
|
Run compliance checks on patch series (PR)
Process completed with exit code 2.
|
Run compliance checks on patch series (PR):
Checkpatch.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#coding-style for more details.
POINTER_LOCATION: "(foo*)" should be "(foo *)"
File:soc/espressif/common/include/hexdump.h
Line:10
|
Run compliance checks on patch series (PR)
Process completed with exit code 1.
|
Run compliance checks on patch series (PR):
ClangFormat.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#clang-format for more details.
You may want to run clang-format on this change:
- const uint8_t *data = (const uint8_t*) packet;
+ const uint8_t *data = (const uint8_t *)packet;
File:soc/espressif/common/include/hexdump.h
Line:11
You may want to run clang-format on this change:
- ets_printf("%s %08X: ", str, base+n);
+ ets_printf("%s %08X: ", str, base + n);
File:soc/espressif/common/include/hexdump.h
Line:20
|
You may want to run clang-format on this change:
soc/espressif/common/include/hexdump.h#L11
soc/espressif/common/include/hexdump.h:11
- const uint8_t *data = (const uint8_t*) packet;
+ const uint8_t *data = (const uint8_t *)packet;
|
You may want to run clang-format on this change:
soc/espressif/common/include/hexdump.h#L20
soc/espressif/common/include/hexdump.h:20
- ets_printf("%s %08X: ", str, base+n);
+ ets_printf("%s %08X: ", str, base + n);
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
compliance.xml
|
744 Bytes |
|