diff options
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2021-03-11 11:20:14 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-03-22 12:54:27 +0100 |
commit | 528b38ed7b6d3b2c3e3c7f74b7d18c9590b410cf (patch) | |
tree | d215f6a1708bd500dfc77e144b7bf26a89db6983 /drivers/media/platform/sti/c8sectpfe | |
parent | 091263973d4a43d298a2a8e0c302405ee536fd36 (diff) | |
download | linux-528b38ed7b6d3b2c3e3c7f74b7d18c9590b410cf.tar.gz linux-528b38ed7b6d3b2c3e3c7f74b7d18c9590b410cf.tar.bz2 linux-528b38ed7b6d3b2c3e3c7f74b7d18c9590b410cf.zip |
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/c8sectpfe')
-rw-r--r-- | drivers/media/platform/sti/c8sectpfe/c8sectpfe-debugfs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/platform/sti/c8sectpfe/c8sectpfe-debugfs.h b/drivers/media/platform/sti/c8sectpfe/c8sectpfe-debugfs.h index b8c30bcc8df9..d2c35fb32d7e 100644 --- a/drivers/media/platform/sti/c8sectpfe/c8sectpfe-debugfs.h +++ b/drivers/media/platform/sti/c8sectpfe/c8sectpfe-debugfs.h @@ -1,11 +1,10 @@ /* SPDX-License-Identifier: GPL-2.0 */ -/** +/* * c8sectpfe-debugfs.h - C8SECTPFE STi DVB driver debugfs header * * Copyright (c) STMicroelectronics 2015 * * Authors: Peter Griffin <peter.griffin@linaro.org> - * */ #ifndef __C8SECTPFE_DEBUG_H |