Skip to content

Commit f7231cf

Browse files
Jacopo Mondimchehab
authored andcommitted
media: uapi: c3-isp: Fix documentation warning
Building htmldocs generates a warning: WARNING: include/uapi/linux/media/amlogic/c3-isp-config.h:199 error: Cannot parse struct or union! Which correctly highlights that the c3_isp_params_block_header symbol is wrongly documented as a struct while it's a plain #define instead. Fix this by removing the 'struct' identifier from the documentation of the c3_isp_params_block_header symbol. [ribalda: Add Closes:] Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Closes: https://lore.kernel.org/all/20251127131425.4b5b6644@canb.auug.org.au/ Fixes: 4566208 ("media: uapi: Convert Amlogic C3 to V4L2 extensible params") Cc: stable@vger.kernel.org Signed-off-by: Jacopo Mondi <jacopo.mondi@ideasonboard.com> Signed-off-by: Ricardo Ribalda <ribalda@chromium.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
1 parent 1f2353f commit f7231cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/uapi/linux/media/amlogic/c3-isp-config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ enum c3_isp_params_block_type {
186186
#define C3_ISP_PARAMS_BLOCK_FL_ENABLE V4L2_ISP_PARAMS_FL_BLOCK_ENABLE
187187

188188
/**
189-
* struct c3_isp_params_block_header - C3 ISP parameter block header
189+
* c3_isp_params_block_header - C3 ISP parameter block header
190190
*
191191
* This structure represents the common part of all the ISP configuration
192192
* blocks and is identical to :c:type:`v4l2_isp_params_block_header`.

0 commit comments

Comments
 (0)