This is an automatic generated email to let you know that the following patch were queued:
Subject: media: verisilicon: Fix kerneldoc Author: Ricardo Ribalda <[email protected]> Date: Fri Jan 26 23:16:09 2024 +0000 The field is not part of the structure. Remove the doc. Signed-off-by: Ricardo Ribalda <[email protected]> Reviewed-by: Randy Dunlap <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> drivers/media/platform/verisilicon/hantro.h | 1 - 1 file changed, 1 deletion(-) --- diff --git a/drivers/media/platform/verisilicon/hantro.h b/drivers/media/platform/verisilicon/hantro.h index 6f5eb975d0e3..811260dc3c77 100644 --- a/drivers/media/platform/verisilicon/hantro.h +++ b/drivers/media/platform/verisilicon/hantro.h @@ -237,7 +237,6 @@ struct hantro_dev { * @codec_ops: Set of operations related to codec mode. * @postproc: Post-processing context. * @h264_dec: H.264-decoding context. - * @jpeg_enc: JPEG-encoding context. * @mpeg2_dec: MPEG-2-decoding context. * @vp8_dec: VP8-decoding context. * @hevc_dec: HEVC-decoding context.
