From: Fabio Estevam Date: Thu, 3 Jun 2021 14:34:45 +0000 (-0300) Subject: rtc: pcf2127: Fix the datasheet URL X-Git-Tag: accepted/tizen/unified/20230118.172025~6834^2~17 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=836e9ea3ccc263d17fdeb90f28089ff1d945500d;p=platform%2Fkernel%2Flinux-rpi.git rtc: pcf2127: Fix the datasheet URL The current datasheet URL is no longer valid. Replace with a valid one. Signed-off-by: Fabio Estevam Signed-off-by: Alexandre Belloni Link: https://lore.kernel.org/r/20210603143447.2223353-1-festevam@gmail.com --- diff --git a/drivers/rtc/rtc-pcf2127.c b/drivers/rtc/rtc-pcf2127.c index d13c20a..48ce1e8 100644 --- a/drivers/rtc/rtc-pcf2127.c +++ b/drivers/rtc/rtc-pcf2127.c @@ -10,7 +10,7 @@ * * based on the other drivers in this same directory. * - * Datasheet: http://cache.nxp.com/documents/data_sheet/PCF2127.pdf + * Datasheet: https://www.nxp.com/docs/en/data-sheet/PCF2127.pdf */ #include