[PATCH] Add missing space in start_now parameter description

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: dann frazier
Date: Friday, December 17, 2010 - 4:38 pm

Signed-off-by: dann frazier <dann.frazier@canonical.com>
---
 drivers/char/ipmi/ipmi_watchdog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/char/ipmi/ipmi_watchdog.c b/drivers/char/ipmi/ipmi_watchdog.c
index f4d334f..9b12da5 100644
--- a/drivers/char/ipmi/ipmi_watchdog.c
+++ b/drivers/char/ipmi/ipmi_watchdog.c
@@ -314,7 +314,7 @@ MODULE_PARM_DESC(preop, "Pretimeout driver operation.  One of: "
 		 "preop_none, preop_panic, preop_give_data.");
 
 module_param(start_now, int, 0444);
-MODULE_PARM_DESC(start_now, "Set to 1 to start the watchdog as"
+MODULE_PARM_DESC(start_now, "Set to 1 to start the watchdog as "
 		 "soon as the driver is loaded.");
 
 module_param(nowayout, int, 0644);
-- 
1.7.2.3

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

Messages in current thread:
[PATCH] Add missing space in start_now parameter description, dann frazier, (Fri Dec 17, 4:38 pm)