hwmon: (lm70) fix links in doc and comments
authorKousik Sanagavarapu <five231003@gmail.com>
Mon, 18 Mar 2024 15:38:35 +0000 (21:08 +0530)
committerGuenter Roeck <linux@roeck-us.net>
Sun, 28 Apr 2024 17:07:34 +0000 (10:07 -0700)
Update links in the documentation and in-code comments which point to
the datasheet.

The current links don't work because National Semiconductor (which is the
original manufacturer of this chip) has been a part of Texas Instruments
since 2011 and http://www.national.com/ doesn't work anymore.

Fixes: e1a8e913f97e ("[PATCH] lm70: New hardware monitoring driver")
Signed-off-by: Kousik Sanagavarapu <five231003@gmail.com>
Link: https://lore.kernel.org/r/20240318154540.90613-3-five231003@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Documentation/hwmon/lm70.rst
drivers/hwmon/lm70.c

index 11303a7e16a806b2678ca0b4bd8c8057e7ebeab6..02ed60dddffb676eb9333f562c799728bc5cfc44 100644 (file)
@@ -5,7 +5,7 @@ Supported chips:
 
   * National Semiconductor LM70
 
-    Datasheet: http://www.national.com/pf/LM/LM70.html
+    Datasheet: https://www.ti.com/product/LM70
 
   * Texas Instruments TMP121/TMP123
 
index c20a749fc7f21ab2cdd739747042e14299013453..481e4e1f8f4f68c677ea055b83a8ff9e4dcf1cc8 100644 (file)
@@ -6,9 +6,9 @@
  * Copyright (C) 2006 Kaiwan N Billimoria <kaiwan@designergraphix.com>
  *
  * The LM70 communicates with a host processor via an SPI/Microwire Bus
- * interface. The complete datasheet is available at National's website
+ * interface. The complete datasheet is available at TI's website
  * here:
- * http://www.national.com/pf/LM/LM70.html
+ * https://www.ti.com/product/LM70
  */
 
 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt