diff options
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2021-03-09 13:28:11 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-03-22 10:24:27 +0100 |
commit | f20596943a32d99d449384ea8cc3b3ce61e3d4ec (patch) | |
tree | fe1b3ce0d26f4c1138c7f1e14d71dd1641e8073a /drivers/media/tuners/qt1010.h | |
parent | c214e6dd5c9b4073151759502de374c2748cad64 (diff) | |
download | linux-stable-f20596943a32d99d449384ea8cc3b3ce61e3d4ec.tar.gz linux-stable-f20596943a32d99d449384ea8cc3b3ce61e3d4ec.tar.bz2 linux-stable-f20596943a32d99d449384ea8cc3b3ce61e3d4ec.zip |
media: media tuner headers: fix kernel-doc warnings
Fix the following kernel-doc warnings:
drivers/media/tuners/it913x.h:28: warning: Function parameter or member 'fe' not described in 'it913x_platform_data'
drivers/media/tuners/tda827x.h:34: warning: wrong kernel-doc identifier on line:
* Attach a tda827x tuner to the supplied frontend structure.
drivers/media/tuners/qt1010.h:20: warning: wrong kernel-doc identifier on line:
* Attach a qt1010 tuner to the supplied frontend structure.
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/tuners/qt1010.h')
-rw-r--r-- | drivers/media/tuners/qt1010.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/media/tuners/qt1010.h b/drivers/media/tuners/qt1010.h index 559c12b97dbb..8db874334210 100644 --- a/drivers/media/tuners/qt1010.h +++ b/drivers/media/tuners/qt1010.h @@ -16,11 +16,11 @@ struct qt1010_config { }; /** - * Attach a qt1010 tuner to the supplied frontend structure. + * qt1010_attach() - Attach a qt1010 tuner to the supplied frontend structure * - * @param fe frontend to attach to - * @param i2c i2c adapter to use - * @param cfg tuner hw based configuration + * @fe: frontend to attach to + * @i2c: i2c adapter to use + * @cfg: tuner hw based configuration * @return fe pointer on success, NULL on failure */ #if IS_REACHABLE(CONFIG_MEDIA_TUNER_QT1010) |