Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: gen-errors.rst: document ENXIO error code

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>

+5
+5
Documentation/media/uapi/gen-errors.rst
··· 80 80 a hardware device. This could indicate broken or flaky hardware. 81 81 It's a 'Something is wrong, I give up!' type of error. 82 82 83 + - - ``ENXIO`` 84 + 85 + - No device corresponding to this device special file exists. 86 + 87 + 83 88 .. note:: 84 89 85 90 #. This list is not exhaustive; ioctls may return other error codes.