diff options
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 bfda2e99dd8..552a4381e78 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 |