diff --git a/Documentation/DocBook/media/v4l/vidioc-s-hw-freq-seek.xml b/Documentation/DocBook/media/v4l/vidioc-s-hw-freq-seek.xml
index 3dd1bec6d3c7..5b379e752194 100644
--- a/Documentation/DocBook/media/v4l/vidioc-s-hw-freq-seek.xml
+++ b/Documentation/DocBook/media/v4l/vidioc-s-hw-freq-seek.xml
@@ -75,6 +75,9 @@ seek is started.
This ioctl is supported if the V4L2_CAP_HW_FREQ_SEEK capability is set.
+ If this ioctl is called from a non-blocking filehandle, then &EAGAIN; is
+ returned and no seek takes place.
+
struct v4l2_hw_freq_seek
@@ -157,6 +160,13 @@ one of the values in the type,
fields is wrong.
+
+ EAGAIN
+
+ Attempted to call VIDIOC_S_HW_FREQ_SEEK
+ with the filehandle in non-blocking mode.
+
+
ENODATA