video pipeline on rt10xx: Fix chicken-egg issue in init priority #156427
Annotations
3 errors, 2 warnings, and 2 notices
Run Compliance Tests
Process completed with exit code 2.
|
check-warns:
Checkpatch.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#coding-style for more details.
LONG_LINE: line length of 104 exceeds 100 columns
File:drivers/video/video_mcux_mipi_csi2rx.c
Line:25
|
check-warns
Process completed with exit code 1.
|
Run Compliance Tests:
drivers/video/video_mcux_mipi_csi2rx.c#L25
drivers/video/video_mcux_mipi_csi2rx.c:25 line length of 104 exceeds 100 columns
|
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:
- DEVICE_DT_GET(DT_GPARENT(DT_NODELABEL(DT_STRING_TOKEN( \
- DT_CHILD(DT_CHILD(DT_INST_CHILD(n, ports), port_1), endpoint), remote_endpoint_label))))
+ DEVICE_DT_GET(DT_GPARENT(DT_NODELABEL( \
+ DT_STRING_TOKEN(DT_CHILD(DT_CHILD(DT_INST_CHILD(n, ports), port_1), endpoint), \
+ remote_endpoint_label))))
File:drivers/video/video_mcux_mipi_csi2rx.c
Line:26
You may want to run clang-format on this change:
- .sensor_dev = DEVICE_DT_INST_GET_SENSOR_DEV(n), \
+ .sensor_dev = DEVICE_DT_INST_GET_SENSOR_DEV(n), \
File:drivers/video/video_mcux_mipi_csi2rx.c
Line:330
|
Run Compliance Tests:
drivers/video/video_mcux_mipi_csi2rx.c#L26
drivers/video/video_mcux_mipi_csi2rx.c:26
- DEVICE_DT_GET(DT_GPARENT(DT_NODELABEL(DT_STRING_TOKEN( \
- DT_CHILD(DT_CHILD(DT_INST_CHILD(n, ports), port_1), endpoint), remote_endpoint_label))))
+ DEVICE_DT_GET(DT_GPARENT(DT_NODELABEL( \
+ DT_STRING_TOKEN(DT_CHILD(DT_CHILD(DT_INST_CHILD(n, ports), port_1), endpoint), \
+ remote_endpoint_label))))
|
Run Compliance Tests:
drivers/video/video_mcux_mipi_csi2rx.c#L330
drivers/video/video_mcux_mipi_csi2rx.c:330
- .sensor_dev = DEVICE_DT_INST_GET_SENSOR_DEV(n), \
+ .sensor_dev = DEVICE_DT_INST_GET_SENSOR_DEV(n), \
|
Loading