From: Ricardo Ribalda Date: Fri, 26 Jan 2024 23:16:15 +0000 (+0000) Subject: media: staging: meson: Fix kerneldoc X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0284641e888df3ebd064c362f91e9e9d3e813663;p=linux.git media: staging: meson: Fix kerneldoc Remove documentation from missing field. Signed-off-by: Ricardo Ribalda Reviewed-by: Randy Dunlap Signed-off-by: Hans Verkuil --- diff --git a/drivers/staging/media/meson/vdec/vdec.h b/drivers/staging/media/meson/vdec/vdec.h index 0906b8fb5cc60..2586851777000 100644 --- a/drivers/staging/media/meson/vdec/vdec.h +++ b/drivers/staging/media/meson/vdec/vdec.h @@ -101,7 +101,6 @@ struct amvdec_core { * @conf_esparser: mandatory call to let the vdec configure the ESPARSER * @vififo_level: mandatory call to get the current amount of data * in the VIFIFO - * @use_offsets: mandatory call. Returns 1 if the VDEC supports vififo offsets */ struct amvdec_ops { int (*start)(struct amvdec_session *sess);