summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/v4l2-common.c
diff options
context:
space:
mode:
authorJean-Francois Moine <moinejf@free.fr>2009-02-14 11:12:43 +0100
committerJean-Francois Moine <moinejf@free.fr>2009-02-14 11:12:43 +0100
commitf957f39eafc6f6d168d3ae4f61f7a15a29cee6c8 (patch)
tree19db0887def3bf12dd92679fc773ba53fc100be6 /linux/drivers/media/video/v4l2-common.c
parentd0ee609e50f6eba78db4783e1374311be2e38ea5 (diff)
parentadff0f37dc0f0ab48850eaad267223c634e975a2 (diff)
downloadmediapointer-dvb-s2-f957f39eafc6f6d168d3ae4f61f7a15a29cee6c8.tar.gz
mediapointer-dvb-s2-f957f39eafc6f6d168d3ae4f61f7a15a29cee6c8.tar.bz2
merge: v4l-dvb
Diffstat (limited to 'linux/drivers/media/video/v4l2-common.c')
-rw-r--r--linux/drivers/media/video/v4l2-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/v4l2-common.c b/linux/drivers/media/video/v4l2-common.c
index 6cc7d4058..8ae8dd366 100644
--- a/linux/drivers/media/video/v4l2-common.c
+++ b/linux/drivers/media/video/v4l2-common.c
@@ -750,7 +750,7 @@ EXPORT_SYMBOL(v4l2_ctrl_query_menu_valid_items);
/* ctrl_classes points to an array of u32 pointers, the last element is
a NULL pointer. Each u32 array is a 0-terminated array of control IDs.
Each array must be sorted low to high and belong to the same control
- class. The array of u32 pointer must also be sorted, from low class IDs
+ class. The array of u32 pointers must also be sorted, from low class IDs
to high class IDs.
This function returns the first ID that follows after the given ID.