Skip to content

Commit c8571ea

Browse files
shenkigroeck
authored andcommitted
hwmon: Fix help text for aspeed-g6-pwm-tach
The help text has the wrong module name mentioned, and the capitalisation of the title is inconsistent. Fixes: 7e1449c ("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]>
1 parent 516b013 commit c8571ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/hwmon/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,15 +413,15 @@ config SENSORS_ASPEED
413413
will be called aspeed_pwm_tacho.
414414

415415
config SENSORS_ASPEED_G6
416-
tristate "ASPEED g6 PWM and Fan tach driver"
416+
tristate "ASPEED G6 PWM and Fan tach driver"
417417
depends on ARCH_ASPEED || COMPILE_TEST
418418
depends on PWM
419419
help
420420
This driver provides support for ASPEED G6 PWM and Fan Tach
421421
controllers.
422422

423423
This driver can also be built as a module. If so, the module
424-
will be called aspeed_pwm_tacho.
424+
will be called aspeed_g6_pwm_tach.
425425

426426
config SENSORS_ATXP1
427427
tristate "Attansic ATXP1 VID controller"

0 commit comments

Comments
 (0)