login
Header Space

 
 

[PATCH 2/3] watchdog: Make w83697h_wdt timeout option string similar to others

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <linux-kernel@...>, <wim@...>
Cc: <P@...>, Samuel Tardieu <sam@...>
Date: Wednesday, March 12, 2008 - 9:28 am

Signed-off-by: Samuel Tardieu <sam@rfc1149.net>
---
 drivers/watchdog/w83697hf_wdt.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/watchdog/w83697hf_wdt.c b/drivers/watchdog/w83697hf_wdt.c
index b534174..2120702 100644
--- a/drivers/watchdog/w83697hf_wdt.c
+++ b/drivers/watchdog/w83697hf_wdt.c
@@ -56,7 +56,7 @@ module_param(timeout, int, 0);
 
 static int timeout = WATCHDOG_TIMEOUT;	/* in seconds */
 module_param(timeout, int, 0);
-MODULE_PARM_DESC(timeout, "Watchdog timeout in seconds. 1<= timeout <=255, default=" __MODULE_STRING(WATCHDOG_TIMEOUT) ".");
+MODULE_PARM_DESC(timeout, "Watchdog timeout in seconds. 1<= timeout <=255 (default=" __MODULE_STRING(WATCHDOG_TIMEOUT) ")");
 
 static int nowayout = WATCHDOG_NOWAYOUT;
 module_param(nowayout, int, 0);
-- 
1.5.4.3.611.g29c00.dirty

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
w83697hf_wdt.c cleanup and new option, Samuel Tardieu, (Wed Mar 12, 9:28 am)
[PATCH 2/3] watchdog: Make w83697h_wdt timeout option string..., Samuel Tardieu, (Wed Mar 12, 9:28 am)
[PATCH 3/3] watchdog: Add w83697h_wdt early_disable option, Samuel Tardieu, (Wed Mar 12, 9:28 am)
speck-geostationary