mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-12 15:44:01 +08:00
[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>
This commit is contained in:
parent
30b2db3174
commit
6eb1951d53
@ -643,7 +643,8 @@ struct dtv_frontend_properties {
|
|||||||
/**
|
/**
|
||||||
* struct dvb_frontend - Frontend structure to be used on drivers.
|
* 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
|
* @ops: embedded struct dvb_frontend_ops
|
||||||
* @dvb: pointer to struct dvb_adapter
|
* @dvb: pointer to struct dvb_adapter
|
||||||
* @demodulator_priv: demod private data
|
* @demodulator_priv: demod private data
|
||||||
|
Loading…
Reference in New Issue
Block a user