aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2006-06-25 11:18:54 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-06-27 00:17:35 -0300
commit995235118ee7eaab7d9e9a1a661b12ef44e2a224 (patch)
treec81e2f4eca2dfc63ba0a7a377fba8a89d7a23e54 /drivers
parent343f92c293af979ddf6070b167306e96c776187b (diff)
downloadlinux-995235118ee7eaab7d9e9a1a661b12ef44e2a224.tar.gz
V4L/DVB (4253): IVTV VBI format description too long.
Format description was cut off. It's been shortened. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/v4l2-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/v4l2-common.c b/drivers/media/video/v4l2-common.c
index f4b3d64ebf73f..97f946db85978 100644
--- a/drivers/media/video/v4l2-common.c
+++ b/drivers/media/video/v4l2-common.c
@@ -1103,7 +1103,7 @@ const char **v4l2_ctrl_get_menu(u32 id)
};
static const char *mpeg_stream_vbi_fmt[] = {
"No VBI",
- "VBI in private packets, IVTV format",
+ "Private packet, IVTV format",
NULL
};