aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/media/v4l2-ctrls.h
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2018-07-05 05:38:00 -0400
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-07-25 08:36:05 -0400
commitbf7b70482704bb0785e6b65ee30a6383ab22bbc6 (patch)
tree2cf0ad491dced07fe3d8bb17b6bfbae066e6b707 /include/media/v4l2-ctrls.h
parentmedia: MAINTAINERS: Add entry for STM32 DCMI media driver (diff)
downloadwireguard-linux-bf7b70482704bb0785e6b65ee30a6383ab22bbc6.tar.xz
wireguard-linux-bf7b70482704bb0785e6b65ee30a6383ab22bbc6.zip
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>
Diffstat (limited to 'include/media/v4l2-ctrls.h')
-rw-r--r--include/media/v4l2-ctrls.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/media/v4l2-ctrls.h b/include/media/v4l2-ctrls.h
index 5b445b5654f7..f615ba1b29dd 100644
--- a/include/media/v4l2-ctrls.h
+++ b/include/media/v4l2-ctrls.h
@@ -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.
*/