[Backport v4.0-branch] spi_rtio: fix Transaction OPs for Default SPI RTIO #177431
Annotations
1 error, 1 warning, and 1 notice
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:
- for (size_t i = 0 ; i < num_msgs ; i++) {
+ for (size_t i = 0; i < num_msgs; i++) {
File:drivers/spi/spi_rtio.c
Line:90
|
Run Compliance Tests:
drivers/spi/spi_rtio.c#L90
drivers/spi/spi_rtio.c:90
- for (size_t i = 0 ; i < num_msgs ; i++) {
+ for (size_t i = 0; i < num_msgs; i++) {
|
Loading