From 9d9d36201e1639157c09fb12c0b22e0b749da2a0 Mon Sep 17 00:00:00 2001 From: Michael Krufky Date: Sun, 11 Sep 2005 04:58:14 +0000 Subject: * 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 Signed-off-by: Michael Krufky --- linux/include/linux/videodev2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux/include') 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 */ }; -- cgit v1.2.3