media: dvb-frontends: complete kernel-doc markups

For the dvb-frontends that are now part of the documentation,
complete the kernel-doc markups, in order for them to be
properly used at the driver's kAPI documentation.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Bu işleme şunda yer alıyor:
Mauro Carvalho Chehab
2017-11-29 14:02:22 -05:00
ebeveyn e61edeb155
işleme be9b53c837
15 değiştirilmiş dosya ile 177 ekleme ve 128 silme

Dosyayı Görüntüle

@@ -26,6 +26,7 @@
#include <linux/i2c.h>
#include "dvb_frontend.h"
#if IS_REACHABLE(CONFIG_DVB_STB6000)
/**
* Attach a stb6000 tuner to the supplied frontend structure.
*
@@ -35,7 +36,6 @@
*
* return: FE pointer on success, NULL on failure.
*/
#if IS_REACHABLE(CONFIG_DVB_STB6000)
extern struct dvb_frontend *stb6000_attach(struct dvb_frontend *fe, int addr,
struct i2c_adapter *i2c);
#else