drivers: video: introduce "GET" sub-operations #158666
compliance.yml
on: pull_request
Run compliance checks on patch series (PR)
2m 41s
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:
-#define VIDEO_CTRL_GET_CUR 0x00000000 /**< Get the current value */
-#define VIDEO_CTRL_GET_MIN 0x00001000 /**< Get the minimum value */
-#define VIDEO_CTRL_GET_MAX 0x00002000 /**< Get the maximum value */
-#define VIDEO_CTRL_GET_DEF 0x00003000 /**< Get the default value */
-#define VIDEO_CTRL_GET_MASK 0x0000f000 /**< Mask for get operations */
+#define VIDEO_CTRL_GET_CUR 0x00000000 /**< Get the current value */
+#define VIDEO_CTRL_GET_MIN 0x00001000 /**< Get the minimum value */
+#define VIDEO_CTRL_GET_MAX 0x00002000 /**< Get the maximum value */
+#define VIDEO_CTRL_GET_DEF 0x00003000 /**< Get the default value */
+#define VIDEO_CTRL_GET_MASK 0x0000f000 /**< Mask for get operations */
File:include/zephyr/drivers/video-controls.h
Line:66
|
You may want to run clang-format on this change:
include/zephyr/drivers/video-controls.h#L66
include/zephyr/drivers/video-controls.h:66
-#define VIDEO_CTRL_GET_CUR 0x00000000 /**< Get the current value */
-#define VIDEO_CTRL_GET_MIN 0x00001000 /**< Get the minimum value */
-#define VIDEO_CTRL_GET_MAX 0x00002000 /**< Get the maximum value */
-#define VIDEO_CTRL_GET_DEF 0x00003000 /**< Get the default value */
-#define VIDEO_CTRL_GET_MASK 0x0000f000 /**< Mask for get operations */
+#define VIDEO_CTRL_GET_CUR 0x00000000 /**< Get the current value */
+#define VIDEO_CTRL_GET_MIN 0x00001000 /**< Get the minimum value */
+#define VIDEO_CTRL_GET_MAX 0x00002000 /**< Get the maximum value */
+#define VIDEO_CTRL_GET_DEF 0x00003000 /**< Get the default value */
+#define VIDEO_CTRL_GET_MASK 0x0000f000 /**< Mask for get operations */
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
compliance.xml
|
784 Bytes |
|