summaryrefslogtreecommitdiff
path: root/linux/include
diff options
context:
space:
mode:
authorMichael Krufky <devnull@localhost>2005-09-11 04:58:14 +0000
committerMichael Krufky <devnull@localhost>2005-09-11 04:58:14 +0000
commit9d9d36201e1639157c09fb12c0b22e0b749da2a0 (patch)
tree65da87de88a11c97c3963767f2163d5b3ddb495f /linux/include
parentd825850793d3747c7b751db544f7440d60831b65 (diff)
downloadmediapointer-dvb-s2-9d9d36201e1639157c09fb12c0b22e0b749da2a0.tar.gz
mediapointer-dvb-s2-9d9d36201e1639157c09fb12c0b22e0b749da2a0.tar.bz2
* cx88-core.c: (cx88_risc_decode):
* cx88-video.c: (video_read): * cx88.h: - Fix a number of sparse warnings. * videodev2.h: - strip trailing whitespace. Signed-off-by: Peter Hagervall <hager@cs.umu.se> Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'linux/include')
-rw-r--r--linux/include/linux/videodev2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/include/linux/videodev2.h b/linux/include/linux/videodev2.h
index 8c2889150..469f02378 100644
--- a/linux/include/linux/videodev2.h
+++ b/linux/include/linux/videodev2.h
@@ -839,7 +839,7 @@ struct v4l2_vbi_format
#define V4L2_VBI_INTERLACED (1<< 1)
#if 1 /*KEEP*/
-/* Sliced VBI
+/* Sliced VBI
*
* This implements is a proposal V4L2 API to allow SLICED VBI
* required for some hardware encoders. It should change without
@@ -853,7 +853,7 @@ struct v4l2_sliced_vbi_format
service_lines[1][...] specifies lines 0-23 (1-23 used) of the second field
(equals frame lines 313-336 for 625 line video
standards, 263-286 for 525 line standards) */
- __u16 service_lines[2][24];
+ __u16 service_lines[2][24];
__u32 io_size;
__u32 reserved[2]; /* must be zero */
};