From: Hans Verkuil Date: Thu, 11 Mar 2021 10:20:18 +0000 (+0100) Subject: media: staging: media: meson: vdec: fix kernel-doc warning X-Git-Tag: v5.13-rc1~124^2~256 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7c45affd0c72770a63b2e85477d86a709c90122b;p=thirdparty%2Fkernel%2Flinux.git media: staging: media: meson: vdec: fix kernel-doc warning One comment used /** instead of /*, so it caused kernel-doc warnings. Just turn it into a regular comment. Signed-off-by: Hans Verkuil Cc: Neil Armstrong Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/staging/media/meson/vdec/codec_hevc_common.h b/drivers/staging/media/meson/vdec/codec_hevc_common.h index 88e4379ba1ee4..cf072b8a9da20 100644 --- a/drivers/staging/media/meson/vdec/codec_hevc_common.h +++ b/drivers/staging/media/meson/vdec/codec_hevc_common.h @@ -49,9 +49,7 @@ static inline int codec_hevc_use_mmu(u32 revision, u32 pixfmt, int is_10bit) codec_hevc_use_fbc(pixfmt, is_10bit); } -/** - * Configure decode head read mode - */ +/* Configure decode head read mode */ void codec_hevc_setup_decode_head(struct amvdec_session *sess, int is_10bit); void codec_hevc_free_fbc_buffers(struct amvdec_session *sess,