diff options
author | Philipp Hachtmann <phacht@linux.vnet.ibm.com> | 2014-07-09 03:36:55 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2014-07-22 03:26:19 -0400 |
commit | a8fa3943500ca89076bab20f63565fbf8ad58257 (patch) | |
tree | 7c69b6f8c05a686818cd50858071d205eb5b528c /drivers/watchdog | |
parent | c794caf9cbc9d9dccc2d85828a242db5b8592a2a (diff) |
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 | |||
1293 | both. | 1293 | both. |
1294 | 1294 | ||
1295 | To compile this driver as a module, choose M here. The module | 1295 | To compile this driver as a module, choose M here. The module |
1296 | will be called vmwatchdog. | 1296 | will be called diag288_wdt. |
1297 | 1297 | ||
1298 | # SUPERH (sh + sh64) Architecture | 1298 | # SUPERH (sh + sh64) Architecture |
1299 | 1299 | ||