Skip to content

Commit

Permalink
[media] docs-rst: media: better document refcount in struct dvb_frontend
Browse files Browse the repository at this point in the history
The refcount field was added to the struct but it was not
properly documented.

Document it.

[[email protected]: fix a merge conflict]

Signed-off-by: Sakari Ailus <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
Sakari Ailus authored and mchehab committed Apr 17, 2017
1 parent 30b2db3 commit 6eb1951
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/media/dvb-core/dvb_frontend.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6eb1951

Please sign in to comment.