Re: [PATCH] Add missing space in start_now parameter description

From: Corey Minyard
Date: Sat Dec 18 2010 - 22:21:56 EST


Looks good to me.

Acked-by: Corey Minyard <cminyard@xxxxxxxxxx>

On 12/17/2010 05:38 PM, dann frazier wrote:
Signed-off-by: dann frazier<dann.frazier@xxxxxxxxxxxxx>
---
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);

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/