[PATCH] hwmon: fix documentation index

Eugene Shalygin posted 1 patch 4 years, 4 months ago
Documentation/hwmon/index.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] hwmon: fix documentation index
Posted by Eugene Shalygin 4 years, 4 months ago
Replace asus_wmi_ec_sensors with asus_ec_sensors, which should have been
done in d4b4bb104d12.

Signed-off-by: Eugene Shalygin <eugene.shalygin@gmail.com>
---
 Documentation/hwmon/index.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/hwmon/index.rst b/Documentation/hwmon/index.rst
index df20022c741f..1bad4e6116e4 100644
--- a/Documentation/hwmon/index.rst
+++ b/Documentation/hwmon/index.rst
@@ -43,7 +43,7 @@ Hardware Monitoring Kernel Drivers
    asb100
    asc7621
    aspeed-pwm-tacho
-   asus_wmi_ec_sensors
+   asus_ec_sensors
    asus_wmi_sensors
    bcm54140
    bel-pfe
-- 
2.35.1

Re: [PATCH] hwmon: fix documentation index
Posted by Guenter Roeck 4 years, 4 months ago
On 2/3/22 21:22, Eugene Shalygin wrote:
> Replace asus_wmi_ec_sensors with asus_ec_sensors, which should have been
> done in d4b4bb104d12.
> 
> Signed-off-by: Eugene Shalygin <eugene.shalygin@gmail.com>
> ---
>   Documentation/hwmon/index.rst | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/hwmon/index.rst b/Documentation/hwmon/index.rst
> index df20022c741f..1bad4e6116e4 100644
> --- a/Documentation/hwmon/index.rst
> +++ b/Documentation/hwmon/index.rst
> @@ -43,7 +43,7 @@ Hardware Monitoring Kernel Drivers
>      asb100
>      asc7621
>      aspeed-pwm-tacho
> -   asus_wmi_ec_sensors
> +   asus_ec_sensors
>      asus_wmi_sensors
>      bcm54140
>      bel-pfe

I already did that in the original patch, and I undid the removal of
asus_wmi_ec_sensors.

Guenter

Re: [PATCH] hwmon: fix documentation index
Posted by Eugene Shalygin 4 years, 4 months ago
On Fri, 4 Feb 2022 at 06:35, Guenter Roeck <linux@roeck-us.net> wrote:
> I already did that in the original patch, and I undid the removal of
> asus_wmi_ec_sensors.

Thank you and sorry for the mistake!

Regards,
Eugene