1
0
Fork 0

media: v4l2-ctrls.h: fix v4l2_ctrl field description typos

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
hifive-unleashed-5.1
Baruch Siach 2018-07-05 05:38:00 -04:00 committed by Mauro Carvalho Chehab
parent d4de804e02
commit bf7b704827
1 changed files with 2 additions and 2 deletions

View File

@ -181,10 +181,10 @@ typedef void (*v4l2_ctrl_notify_fnc)(struct v4l2_ctrl *ctrl, void *priv);
* not freed when the control is deleted. Should this be needed
* then a new internal bitfield can be added to tell the framework
* to free this pointer.
* @p_cur: The control's current value represented via a union with
* @p_cur: The control's current value represented via a union which
* provides a standard way of accessing control types
* through a pointer.
* @p_new: The control's new value represented via a union with provides
* @p_new: The control's new value represented via a union which provides
* a standard way of accessing control types
* through a pointer.
*/