doc-rst: linux_tv: Error codes should be const
[deliverable/linux.git] / Documentation / linux_tv / media / v4l / vidioc-create-bufs.rst
index fc9542e4204ca8a2d87d24006683e79a16c3887c..9d872e3b9c2291f135508f7980de346d2c953d44 100644 (file)
@@ -97,8 +97,8 @@ than the number requested.
           :ref:`VIDIOC_CREATE_BUFS` will set ``index`` to the current number of
           created buffers, and it will check the validity of ``memory`` and
           ``format.type``. If those are invalid -1 is returned and errno is
-          set to EINVAL error code, otherwise :ref:`VIDIOC_CREATE_BUFS` returns
-          0. It will never set errno to EBUSY error code in this particular
+          set to ``EINVAL`` error code, otherwise :ref:`VIDIOC_CREATE_BUFS` returns
+          0. It will never set errno to ``EBUSY`` error code in this particular
           case.
 
     -  .. row 3
This page took 0.025082 seconds and 5 git commands to generate.