doc: media: v4l/func-open.rst: ENXIO should be ENODEV
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Fri, 23 Feb 2024 09:15:20 +0000 (10:15 +0100)
committerHans Verkuil <hverkuil-cisco@xs4all.nl>
Wed, 24 Apr 2024 11:49:55 +0000 (13:49 +0200)
commite85bfd15c84e157338895a42676d07e73fe7c0e1
treef509c7177928029a173e605ada535dfcc0afa671
parentdd05fd125e66932e54da696f33f0cee51d4f8e95
doc: media: v4l/func-open.rst: ENXIO should be ENODEV

The error that V4L2 returns when an attempt is made to open an
unregisted device node is ENODEV, no ENXIO. Update the documentation.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Documentation/userspace-api/media/v4l/func-open.rst