[PATCH] Documentation: hwmon: fix link to ideapad-laptop.c file

Ninad Naik posted 1 patch 1 month, 4 weeks ago
Documentation/hwmon/yogafan.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] Documentation: hwmon: fix link to ideapad-laptop.c file
Posted by Ninad Naik 1 month, 4 weeks ago
The ideapad-laptop.c file now exists inside drivers/platform/x86/lenovo/
directory. Updating the GitHub link to the correct path.

Signed-off-by: Ninad Naik <ninadnaik07@gmail.com>
---
 Documentation/hwmon/yogafan.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/hwmon/yogafan.rst b/Documentation/hwmon/yogafan.rst
index c553a381f772..68761947a1a8 100644
--- a/Documentation/hwmon/yogafan.rst
+++ b/Documentation/hwmon/yogafan.rst
@@ -135,4 +135,4 @@ References
 
 4. **Lenovo IdeaPad Laptop Driver:** Reference for DMI-based hardware
    feature gating in Lenovo laptops.
-   https://github.com/torvalds/linux/blob/master/drivers/platform/x86/ideapad-laptop.c
+   https://github.com/torvalds/linux/blob/master/drivers/platform/x86/lenovo/ideapad-laptop.c
-- 
2.53.0
Re: [PATCH] Documentation: hwmon: fix link to ideapad-laptop.c file
Posted by Guenter Roeck 1 month, 2 weeks ago
On Sat, Apr 18, 2026 at 12:44:11AM +0530, Ninad Naik wrote:
> The ideapad-laptop.c file now exists inside drivers/platform/x86/lenovo/
> directory. Updating the GitHub link to the correct path.
> 
> Signed-off-by: Ninad Naik <ninadnaik07@gmail.com>

Applied.

Thanks,
Guenter