From: Laurent Pinchart Date: Wed, 8 Jun 2022 17:38:52 +0000 (+0100) Subject: media: uvcvideo: Replace broken URL X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ebd6bae3b7e435f20cda058b91430e31e61f6564;p=linux.git 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 Signed-off-by: Laurent Pinchart Reviewed-by: Ricardo Ribalda Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/usb/uvc/uvc_driver.c b/drivers/media/usb/uvc/uvc_driver.c index 77ac5716f99d9..20d80d810d1f1 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. */