Message ID | 20240126-gix-mtk-warnings-v1-10-eed7865fce18@chromium.org |
---|---|
State | Accepted |
Commit | 147577fa0a785037e9b8217fa12480128dba4c64 |
Headers | show |
Series | media: kerneldoc warnings | expand |
On 1/26/24 15:16, Ricardo Ribalda wrote: > The field is not part of the structure. Remove the doc. > > Signed-off-by: Ricardo Ribalda <ribalda@chromium.org> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Thanks. > --- > 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. >
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.
The field is not part of the structure. Remove the doc. Signed-off-by: Ricardo Ribalda <ribalda@chromium.org> --- drivers/media/platform/verisilicon/hantro.h | 1 - 1 file changed, 1 deletion(-)