diff options
author | Vegard Nossum <vegard.nossum@oracle.com> | 2023-10-22 20:53:11 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-10-22 20:41:01 -0600 |
commit | 16794ed32de9c7678021e599665e5c44dc7d027e (patch) | |
tree | 43b2c739a7ca843b84880cd8f56c9569b1213781 /Documentation/usb | |
parent | 40d35bf9633d76185877f162e167eb09d7ccea0a (diff) |
docs: usb: fix reference to nonexistent file in UVC Gadget
Fix a typo in the path of this reference.
Fixes: 094f391013ba ("docs: usb: Add documentation for the UVC Gadget")
Cc: Daniel Scally <dan.scally@ideasonboard.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20231022185311.919325-1-vegard.nossum@oracle.com>
Diffstat (limited to 'Documentation/usb')
-rw-r--r-- | Documentation/usb/gadget_uvc.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/usb/gadget_uvc.rst b/Documentation/usb/gadget_uvc.rst index 80a1f031b593..bf78fba3ce23 100644 --- a/Documentation/usb/gadget_uvc.rst +++ b/Documentation/usb/gadget_uvc.rst @@ -126,7 +126,7 @@ might do: create_frame 1920 1080 uncompressed yuyv The only uncompressed format currently supported is YUYV, which is detailed at -Documentation/userspace-api/media/v4l/pixfmt-packed.yuv.rst. +Documentation/userspace-api/media/v4l/pixfmt-packed-yuv.rst. Color Matching Descriptors ~~~~~~~~~~~~~~~~~~~~~~~~~~ |