2023-10-22 18:53:53

by Vegard Nossum

[permalink] [raw]
Subject: [PATCH] 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 <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
Signed-off-by: Vegard Nossum <[email protected]>
---
Documentation/usb/gadget_uvc.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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
~~~~~~~~~~~~~~~~~~~~~~~~~~
--
2.34.1


2023-10-23 02:41:28

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] docs: usb: fix reference to nonexistent file in UVC Gadget

Vegard Nossum <[email protected]> writes:

> Fix a typo in the path of this reference.
>
> Fixes: 094f391013ba ("docs: usb: Add documentation for the UVC Gadget")
> Cc: Daniel Scally <[email protected]>
> Cc: Greg Kroah-Hartman <[email protected]>
> Signed-off-by: Vegard Nossum <[email protected]>
> ---
> Documentation/usb/gadget_uvc.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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.

Applied, thanks.

jon