media: v4l2-ctrls.h: fix v4l2_ctrl field description typos
authorBaruch Siach <baruch@tkos.co.il>
Thu, 5 Jul 2018 09:38:00 +0000 (05:38 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Wed, 25 Jul 2018 12:36:05 +0000 (08:36 -0400)
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>
include/media/v4l2-ctrls.h

index 5b445b5654f79943e9b6e1f0d001c46938e1e496..f615ba1b29dd9dedb18bede9d4e91e0633a603b5 100644 (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.
  */