]> Git Repo - linux.git/commitdiff
hwmon: Fix help text for aspeed-g6-pwm-tach
authorJoel Stanley <[email protected]>
Fri, 10 Jan 2025 11:47:36 +0000 (22:17 +1030)
committerGuenter Roeck <[email protected]>
Sun, 12 Jan 2025 16:46:23 +0000 (08:46 -0800)
The help text has the wrong module name mentioned, and the capitalisation
of the title is inconsistent.

Fixes: 7e1449cd15d1 ("hwmon: (aspeed-g6-pwm-tacho): Support for ASPEED g6 PWM/Fan tach")
Signed-off-by: Joel Stanley <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Guenter Roeck <[email protected]>
drivers/hwmon/Kconfig

index 86897b4d105f61b8faf07a27931bc9b0d0d889e0..760c1a1cf30cd1d8977b643bda590c01c19b5867 100644 (file)
@@ -413,7 +413,7 @@ config SENSORS_ASPEED
          will be called aspeed_pwm_tacho.
 
 config SENSORS_ASPEED_G6
-       tristate "ASPEED g6 PWM and Fan tach driver"
+       tristate "ASPEED G6 PWM and Fan tach driver"
        depends on ARCH_ASPEED || COMPILE_TEST
        depends on PWM
        help
@@ -421,7 +421,7 @@ config SENSORS_ASPEED_G6
          controllers.
 
          This driver can also be built as a module. If so, the module
-         will be called aspeed_pwm_tacho.
+         will be called aspeed_g6_pwm_tach.
 
 config SENSORS_ATXP1
        tristate "Attansic ATXP1 VID controller"
This page took 0.106228 seconds and 4 git commands to generate.