diff --git a/Documentation/DocBook/media/v4l/dev-sdr.xml b/Documentation/DocBook/media/v4l/dev-sdr.xml
index dc14804f5436..f8903568a243 100644
--- a/Documentation/DocBook/media/v4l/dev-sdr.xml
+++ b/Documentation/DocBook/media/v4l/dev-sdr.xml
@@ -72,9 +72,12 @@ To use the format ioctls applications set the
V4L2_BUF_TYPE_SDR_CAPTURE and use the &v4l2-sdr-format;
sdr member of the fmt
union as needed per the desired operation.
-Currently only the pixelformat field of
-&v4l2-sdr-format; is used. The content of that field is the V4L2 fourcc code
-of the data format.
+Currently there is two fields, pixelformat and
+buffersize, of struct &v4l2-sdr-format; which are
+used. Content of the pixelformat is V4L2 FourCC
+code of the data format. The buffersize field is
+maximum buffer size in bytes required for data transfer, set by the driver in
+order to inform application.
@@ -91,9 +94,16 @@ little endian four character code.
V4L2 defines SDR formats in .
+
+ __u32
+ buffersize
+
+Maximum size in bytes required for data. Value is set by the driver.
+
+ __u8
- reserved[28]
+ reserved[24]This array is reserved for future extensions.
Drivers and applications must set it to zero.