aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/usb
diff options
context:
space:
mode:
authorGravatar Laurent Pinchart <laurent.pinchart@ideasonboard.com> 2022-06-08 18:38:52 +0100
committerGravatar Mauro Carvalho Chehab <mchehab@kernel.org> 2022-07-16 08:49:06 +0100
commitebd6bae3b7e435f20cda058b91430e31e61f6564 (patch)
tree91a7df2b3a75fa58812cb0ca3c48d3091880cda1 /drivers/media/usb
parentmedia: uvcvideo: Fix comment blocks style (diff)
downloadlinux-ebd6bae3b7e435f20cda058b91430e31e61f6564.tar.gz
linux-ebd6bae3b7e435f20cda058b91430e31e61f6564.tar.bz2
linux-ebd6bae3b7e435f20cda058b91430e31e61f6564.zip
media: uvcvideo: Replace broken URL
The link to the web page that explains continued fractions is broken. Replace it with a link to the corresponding Wikipedia page. Reported-by: Kieran Bingham <kieran.bingham+renesas@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Ricardo Ribalda <ribalda@chromium.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'drivers/media/usb')
-rw-r--r--drivers/media/usb/uvc/uvc_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/uvc/uvc_driver.c b/drivers/media/usb/uvc/uvc_driver.c
index 77ac5716f99d..20d80d810d1f 100644
--- a/drivers/media/usb/uvc/uvc_driver.c
+++ b/drivers/media/usb/uvc/uvc_driver.c
@@ -350,7 +350,7 @@ void uvc_simplify_fraction(u32 *numerator, u32 *denominator,
/*
* Convert the fraction to a simple continued fraction. See
- * https://mathforum.org/dr.math/faq/faq.fractions.html
+ * https://en.wikipedia.org/wiki/Continued_fraction
* Stop if the current term is bigger than or equal to the given
* threshold.
*/