soc: nordic: Add LRCCONF management #151797
Annotations
1 error, 1 warning, and 2 notices
Run Compliance Tests
Process completed with exit code 1.
|
check-warns:
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:
- __ASSERT(is_power_of_two(domain),
- "Only one bit can be set for the domain parameter");
+ __ASSERT(is_power_of_two(domain), "Only one bit can be set for the domain parameter");
File:soc/nordic/common/soc_lrcconf.c
Line:18
You may want to run clang-format on this change:
- __ASSERT(is_power_of_two(domain),
- "Only one bit can be set for the domain parameter");
+ __ASSERT(is_power_of_two(domain), "Only one bit can be set for the domain parameter");
File:soc/nordic/common/soc_lrcconf.c
Line:42
|
Run Compliance Tests:
soc/nordic/common/soc_lrcconf.c#L18
soc/nordic/common/soc_lrcconf.c:18
- __ASSERT(is_power_of_two(domain),
- "Only one bit can be set for the domain parameter");
+ __ASSERT(is_power_of_two(domain), "Only one bit can be set for the domain parameter");
|
Run Compliance Tests:
soc/nordic/common/soc_lrcconf.c#L42
soc/nordic/common/soc_lrcconf.c:42
- __ASSERT(is_power_of_two(domain),
- "Only one bit can be set for the domain parameter");
+ __ASSERT(is_power_of_two(domain), "Only one bit can be set for the domain parameter");
|
Loading