Commit bf7b7048 authored by Baruch Siach's avatar Baruch Siach Committed by Mauro Carvalho Chehab

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

Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent d4de804e
......@@ -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.
*/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment