]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/media/v4l2-ctrls.h
sched/headers: Remove <linux/cgroup-defs.h> from <linux/sched.h>
[mirror_ubuntu-artful-kernel.git] / include / media / v4l2-ctrls.h
index e1006b391cdc53044fa99003ad354b82109d97ad..bee1404391dd5565abe2d324f4a196f0602fc032 100644 (file)
@@ -174,10 +174,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 an union with
+ * @p_cur:     The control's current value represented via a union with
  *             provides a standard way of accessing control types
  *             through a pointer.
- * @p_new:     The control's new value represented via an union with provides
+ * @p_new:     The control's new value represented via a union with provides
  *             a standard way of accessing control types
  *             through a pointer.
  */