Skip to content

Commit 7b0ee2d

Browse files
Niklas Söderlundhverkuil
authored andcommitted
media: uapi: rkisp1-config: Fix typo in extensible params example
The define used for the version in the example diagram does not match what is defined in enum rksip1_ext_param_buffer_version, nor the description above it. Correct the typo to make it clear which define to use. Fixes: e9d05e9 ("media: uapi: rkisp1-config: Add extensible params format") Cc: stable@vger.kernel.org Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
1 parent 5fae33f commit 7b0ee2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/uapi/linux/rkisp1-config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1528,7 +1528,7 @@ enum rksip1_ext_param_buffer_version {
15281528
* The expected memory layout of the parameters buffer is::
15291529
*
15301530
* +-------------------- struct rkisp1_ext_params_cfg -------------------+
1531-
* | version = RKISP_EXT_PARAMS_BUFFER_V1; |
1531+
* | version = RKISP1_EXT_PARAM_BUFFER_V1; |
15321532
* | data_size = sizeof(struct rkisp1_ext_params_bls_config) |
15331533
* | + sizeof(struct rkisp1_ext_params_dpcc_config); |
15341534
* | +------------------------- data ---------------------------------+ |

0 commit comments

Comments
 (0)