]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
[media] docs-rst: media: better document refcount in struct dvb_frontend
authorSakari Ailus <sakari.ailus@linux.intel.com>
Thu, 9 Mar 2017 15:19:32 +0000 (12:19 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 17 Apr 2017 19:55:38 +0000 (16:55 -0300)
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>
drivers/media/dvb-core/dvb_frontend.h

index fd916c6939472e38df790df887cfed25ca1732c9..907a05bde16264035d3ea04fdf7a3ffa8e77caae 100644 (file)
@@ -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