diff --git a/Documentation/DocBook/v4l/pixfmt.xml b/Documentation/DocBook/v4l/pixfmt.xml
index 5376aefeeffc..f4cc0a9e658e 100644
--- a/Documentation/DocBook/v4l/pixfmt.xml
+++ b/Documentation/DocBook/v4l/pixfmt.xml
@@ -787,14 +787,14 @@ http://www.thedirks.org/winnov/
'TM60'
Used by Trident tm6000
-
+
V4L2_PIX_FMT_CIT_YYVYUY
'CITV'
Used by xirlink CIT, found at IBM webcams.
Uses one line of Y then 1 line of VYUY
-
+
V4L2_PIX_FMT_KONICA420
'KONI'
Used by Konica webcams.
diff --git a/Documentation/DocBook/v4l/vidioc-g-dv-preset.xml b/Documentation/DocBook/v4l/vidioc-g-dv-preset.xml
index 3c6784e132f3..d733721a7519 100644
--- a/Documentation/DocBook/v4l/vidioc-g-dv-preset.xml
+++ b/Documentation/DocBook/v4l/vidioc-g-dv-preset.xml
@@ -16,8 +16,7 @@
int ioctl
int fd
int request
- &v4l2-dv-preset;
-*argp
+ struct v4l2_dv_preset *argp
diff --git a/Documentation/DocBook/v4l/vidioc-g-dv-timings.xml b/Documentation/DocBook/v4l/vidioc-g-dv-timings.xml
index ecc19576bb8f..d5ec6abf0ce2 100644
--- a/Documentation/DocBook/v4l/vidioc-g-dv-timings.xml
+++ b/Documentation/DocBook/v4l/vidioc-g-dv-timings.xml
@@ -16,8 +16,7 @@
int ioctl
int fd
int request
- &v4l2-dv-timings;
-*argp
+ struct v4l2_dv_timings *argp
diff --git a/Documentation/DocBook/v4l/vidioc-query-dv-preset.xml b/Documentation/DocBook/v4l/vidioc-query-dv-preset.xml
index 402229ee06f6..d272f7ab91b8 100644
--- a/Documentation/DocBook/v4l/vidioc-query-dv-preset.xml
+++ b/Documentation/DocBook/v4l/vidioc-query-dv-preset.xml
@@ -16,7 +16,7 @@ input
int ioctl
int fd
int request
- &v4l2-dv-preset; *argp
+ struct v4l2_dv_preset *argp