diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2010-05-03 14:42:52 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2010-05-25 05:05:34 -0400 |
commit | 4724ba575ea73431aba8a48be6f5a382c470418d (patch) | |
tree | 7d3a6fdabfede731cdd040072768b66f170fc805 /drivers/watchdog/wdt.c | |
parent | 8b18085a92c72fe1754481890e9dfc600e736b1f (diff) |
watchdog: update/improve/consolidate watchdog driver
Move the limited watchdog driver help from kernel-parameters.txt
to Documentation/watchdog/watchdog-parameters.txt and add info to it
for all watchdog drivers except the ones that have driver-specific
files already.
Correct minor comments and MODULE_PARM_DESC() text in 2 places.
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/wdt.c')
-rw-r--r-- | drivers/watchdog/wdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/wdt.c b/drivers/watchdog/wdt.c index bfda2e99dd89..552a4381e78f 100644 --- a/drivers/watchdog/wdt.c +++ b/drivers/watchdog/wdt.c | |||
@@ -91,7 +91,7 @@ MODULE_PARM_DESC(tachometer, | |||
91 | static int type = 500; | 91 | static int type = 500; |
92 | module_param(type, int, 0); | 92 | module_param(type, int, 0); |
93 | MODULE_PARM_DESC(type, | 93 | MODULE_PARM_DESC(type, |
94 | "WDT501-P Card type (500 or 501 , default=500)"); | 94 | "WDT501-P Card type (500 or 501, default=500)"); |
95 | 95 | ||
96 | /* | 96 | /* |
97 | * Programming support | 97 | * Programming support |