diff options
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2021-03-11 13:20:14 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-03-22 14:54:27 +0300 |
commit | 528b38ed7b6d3b2c3e3c7f74b7d18c9590b410cf (patch) | |
tree | d215f6a1708bd500dfc77e144b7bf26a89db6983 /drivers/media/platform/sti/hva | |
parent | 091263973d4a43d298a2a8e0c302405ee536fd36 (diff) | |
download | linux-528b38ed7b6d3b2c3e3c7f74b7d18c9590b410cf.tar.xz |
media: media/platform/sti: fix kernel-doc formatting
bdisp/bdisp-filter.h: coef: -> @coef: (missing @)
c8sectpfe/c8sectpfe-debugfs.h: /** -> /* (wasn't a kernel-doc comment)
sti/hva/hva.h: @v4l2: -> @vbuf: (wrong name)
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Cc: Jean-Christophe Trotin <jean-christophe.trotin@st.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/platform/sti/hva')
-rw-r--r-- | drivers/media/platform/sti/hva/hva.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/platform/sti/hva/hva.h b/drivers/media/platform/sti/hva/hva.h index 1226d60cc367..ba6b893416ec 100644 --- a/drivers/media/platform/sti/hva/hva.h +++ b/drivers/media/platform/sti/hva/hva.h @@ -130,7 +130,7 @@ struct hva_frame { /** * struct hva_stream - hva stream buffer (capture) * - * @v4l2: video buffer information for V4L2 + * @vbuf: video buffer information for V4L2 * @list: V4L2 m2m list that the frame belongs to * @paddr: physical address (for hardware) * @vaddr: virtual address (kernel can read/write) |