diff options
author | Sakari Ailus <sakari.ailus@linux.intel.com> | 2017-03-09 16:19:32 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-04-17 21:55:38 +0200 |
commit | 6eb1951d53a3eeb8cefa101b8022f5f6572f9d5d (patch) | |
tree | 92c3cd91e8bae9e4523b74e0c958a4c8cbc64c30 /drivers/media | |
parent | [media] docs-rst: Make the CSI-2 bus initialisation documentation match reality (diff) | |
download | linux-6eb1951d53a3eeb8cefa101b8022f5f6572f9d5d.tar.xz linux-6eb1951d53a3eeb8cefa101b8022f5f6572f9d5d.zip |
[media] docs-rst: media: better document refcount in struct dvb_frontend
The refcount field was added to the struct but it was not
properly documented.
Document it.
[mchehab@s-opensource.com: fix a merge conflict]
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/dvb-core/dvb_frontend.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/dvb-core/dvb_frontend.h b/drivers/media/dvb-core/dvb_frontend.h index fd916c693947..907a05bde162 100644 --- a/drivers/media/dvb-core/dvb_frontend.h +++ b/drivers/media/dvb-core/dvb_frontend.h @@ -643,7 +643,8 @@ struct dtv_frontend_properties { /** * struct dvb_frontend - Frontend structure to be used on drivers. * - * @refcount: pointer to struct kref + * @refcount: refcount to keep track of struct dvb_frontend + * references * @ops: embedded struct dvb_frontend_ops * @dvb: pointer to struct dvb_adapter * @demodulator_priv: demod private data |