diff --git a/Documentation/DocBook/media/v4l/vidioc-dbg-g-chip-info.xml b/Documentation/DocBook/media/v4l/vidioc-dbg-g-chip-info.xml
index e1cece6c5de1bfa44d8274f2e15afee087ca05f3..80e8021369f6d8f91428a716545a881395518236 100644
--- a/Documentation/DocBook/media/v4l/vidioc-dbg-g-chip-info.xml
+++ b/Documentation/DocBook/media/v4l/vidioc-dbg-g-chip-info.xml
@@ -73,8 +73,7 @@ fields of a &v4l2-dbg-chip-info;
and call VIDIOC_DBG_G_CHIP_INFO with a pointer to
this structure. On success the driver stores information about the
selected chip in the name and
-flags fields. On failure the structure
-remains unchanged.
+flags fields.
When match.type is
V4L2_CHIP_MATCH_BRIDGE,
diff --git a/Documentation/DocBook/media/v4l/vidioc-dbg-g-register.xml b/Documentation/DocBook/media/v4l/vidioc-dbg-g-register.xml
index d13bac9e244504bc6659787cd622ff883ccae680..e23285fad3bfd3c3172e03bb549ed744fe8df7aa 100644
--- a/Documentation/DocBook/media/v4l/vidioc-dbg-g-register.xml
+++ b/Documentation/DocBook/media/v4l/vidioc-dbg-g-register.xml
@@ -76,7 +76,7 @@ compiled with the CONFIG_VIDEO_ADV_DEBUG option
to enable these ioctls.
To write a register applications must initialize all fields
-of a &v4l2-dbg-register; and call
+of a &v4l2-dbg-register; except for size and call
VIDIOC_DBG_S_REGISTER with a pointer to this
structure. The match.type and
match.addr or match.name
@@ -91,8 +91,8 @@ written into the register.
reg fields, and call
VIDIOC_DBG_G_REGISTER with a pointer to this
structure. On success the driver stores the register value in the
-val field. On failure the structure remains
-unchanged.
+val field and the size (in bytes) of the
+value in size.
When match.type is
V4L2_CHIP_MATCH_BRIDGE,
@@ -150,7 +150,7 @@ LinuxTV v4l-dvb repository; see http://linuxtv.org/repo/ for
access instructions.
-
struct v4l2_dbg_match
@@ -198,6 +198,11 @@ to the type field.
match
How to match the chip, see .
+
+ __u32
+ size
+ The register size in bytes.
+
__u64
reg
@@ -213,7 +218,7 @@ register.
-