* [PATCH] docs: usb: fix reference to nonexistent file in UVC Gadget
@ 2023-10-22 18:53 Vegard Nossum
2023-10-23 2:41 ` Jonathan Corbet
0 siblings, 1 reply; 2+ messages in thread
From: Vegard Nossum @ 2023-10-22 18:53 UTC (permalink / raw)
To: Jonathan Corbet, linux-usb
Cc: linux-doc, linux-kernel, Vegard Nossum, Daniel Scally,
Greg Kroah-Hartman
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>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] docs: usb: fix reference to nonexistent file in UVC Gadget
2023-10-22 18:53 [PATCH] docs: usb: fix reference to nonexistent file in UVC Gadget Vegard Nossum
@ 2023-10-23 2:41 ` Jonathan Corbet
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2023-10-23 2:41 UTC (permalink / raw)
To: Vegard Nossum, linux-usb
Cc: linux-doc, linux-kernel, Vegard Nossum, Daniel Scally,
Greg Kroah-Hartman
Vegard Nossum <vegard.nossum@oracle.com> writes:
> 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>
> ---
> 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-10-23 2:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-22 18:53 [PATCH] docs: usb: fix reference to nonexistent file in UVC Gadget Vegard Nossum
2023-10-23 2:41 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).