drivers: clock_control: nrf54h: obtain oscillator parameters from BICR #159640
compliance.yml
on: pull_request
Run compliance checks on patch series (PR)
2m 24s
Annotations
1 error, 1 warning, and 1 notice
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:
- accuracy = spec->accuracy == NRF_CLOCK_CONTROL_ACCURACY_MAX
- ? dev_data->max_accuracy
- : spec->accuracy;
+ accuracy = spec->accuracy == NRF_CLOCK_CONTROL_ACCURACY_MAX ? dev_data->max_accuracy
+ : spec->accuracy;
File:drivers/clock_control/clock_control_nrf2_lfclk.c
Line:130
|
You may want to run clang-format on this change:
drivers/clock_control/clock_control_nrf2_lfclk.c#L130
drivers/clock_control/clock_control_nrf2_lfclk.c:130
- accuracy = spec->accuracy == NRF_CLOCK_CONTROL_ACCURACY_MAX
- ? dev_data->max_accuracy
- : spec->accuracy;
+ accuracy = spec->accuracy == NRF_CLOCK_CONTROL_ACCURACY_MAX ? dev_data->max_accuracy
+ : spec->accuracy;
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
compliance.xml
|
686 Bytes |
|