Skip to content

Commit 836e9ea

Browse files
fabioestevamalexandrebelloni
authored andcommitted
rtc: pcf2127: Fix the datasheet URL
The current datasheet URL is no longer valid. Replace with a valid one. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Link: https://lore.kernel.org/r/20210603143447.2223353-1-festevam@gmail.com
1 parent 4a7e740 commit 836e9ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/rtc/rtc-pcf2127.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
* based on the other drivers in this same directory.
1212
*
13-
* Datasheet: http://cache.nxp.com/documents/data_sheet/PCF2127.pdf
13+
* Datasheet: https://www.nxp.com/docs/en/data-sheet/PCF2127.pdf
1414
*/
1515

1616
#include <linux/i2c.h>

0 commit comments

Comments
 (0)