From: Sakari Ailus Date: Thu, 9 Mar 2017 15:19:32 +0000 (-0300) Subject: [media] docs-rst: media: better document refcount in struct dvb_frontend X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6eb1951d53a3eeb8cefa101b8022f5f6572f9d5d;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [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 Signed-off-by: Mauro Carvalho Chehab --- 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