diff options
author | Philipp Hachtmann <phacht@linux.vnet.ibm.com> | 2014-07-09 09:36:55 +0200 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2014-07-22 09:26:19 +0200 |
commit | a8fa3943500ca89076bab20f63565fbf8ad58257 (patch) | |
tree | 7c69b6f8c05a686818cd50858071d205eb5b528c /drivers/watchdog | |
parent | c794caf9cbc9d9dccc2d85828a242db5b8592a2a (diff) | |
download | linux-a8fa3943500ca89076bab20f63565fbf8ad58257.tar.bz2 |
s390/watchdog: Fix module name in Kconfig help text
The help text for DIAG288_WATCHDOG in drivers/watchdog/Kconfig
still mentioned the misleading old module name vmwatchdog.
This patch changes that to the correct new name diag288_wdt.
Signed-off-by: Philipp Hachtmann <phacht@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/watchdog')
-rw-r--r-- | drivers/watchdog/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 76dd54122f76..f57312fced80 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -1293,7 +1293,7 @@ config DIAG288_WATCHDOG both. To compile this driver as a module, choose M here. The module - will be called vmwatchdog. + will be called diag288_wdt. # SUPERH (sh + sh64) Architecture |