Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'media/v6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media

Pull media kernel-doc fix from Mauro Carvalho Chehab:
"A fix to shut up a kernel-doc warning on c3-isp driver"

* tag 'media/v6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media:
media: uapi: c3-isp: Fix documentation warning

+1 -1
+1 -1
include/uapi/linux/media/amlogic/c3-isp-config.h
··· 186 186 #define C3_ISP_PARAMS_BLOCK_FL_ENABLE V4L2_ISP_PARAMS_FL_BLOCK_ENABLE 187 187 188 188 /** 189 - * struct c3_isp_params_block_header - C3 ISP parameter block header 189 + * c3_isp_params_block_header - C3 ISP parameter block header 190 190 * 191 191 * This structure represents the common part of all the ISP configuration 192 192 * blocks and is identical to :c:type:`v4l2_isp_params_block_header`.