Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1725305 > unrolled thread

[PATCH 03/14] media: gen-errors.rst: document ENXIO error code

Started byMauro Carvalho Chehab <mchehab@s-opensource.com>
First post2017-09-01 21:40 +0200
Last post2017-09-01 21:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 03/14] media: gen-errors.rst: document ENXIO error code Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2017-09-01 21:40 +0200

#1725305 — [PATCH 03/14] media: gen-errors.rst: document ENXIO error code

FromMauro Carvalho Chehab <mchehab@s-opensource.com>
Date2017-09-01 21:40 +0200
Subject[PATCH 03/14] media: gen-errors.rst: document ENXIO error code
Message-ID<ukZXj-Zp-7@gated-at.bofh.it>
This error can be produced at least at the DVB subsystem.

As it is generic enough, document it.

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
---
 Documentation/media/uapi/gen-errors.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/media/uapi/gen-errors.rst b/Documentation/media/uapi/gen-errors.rst
index d51f672021c4..689d3b101ede 100644
--- a/Documentation/media/uapi/gen-errors.rst
+++ b/Documentation/media/uapi/gen-errors.rst
@@ -80,6 +80,11 @@ Generic Error Codes
           a hardware device. This could indicate broken or flaky hardware.
 	  It's a 'Something is wrong, I give up!' type of error.
 
+    -  - ``ENXIO``
+
+       -  No device corresponding to this device special file exists.
+
+
 .. note::
 
   #. This list is not exhaustive; ioctls may return other error codes.
-- 
2.13.5

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web