* [PATCH] Add missing space in start_now parameter description
@ 2010-12-17 23:38 dann frazier
2010-12-19 3:21 ` Corey Minyard
0 siblings, 1 reply; 2+ messages in thread
From: dann frazier @ 2010-12-17 23:38 UTC (permalink / raw)
To: Corey Minyard; +Cc: openipmi-developer, linux-kernel, dann frazier
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Add missing space in start_now parameter description
2010-12-17 23:38 [PATCH] Add missing space in start_now parameter description dann frazier
@ 2010-12-19 3:21 ` Corey Minyard
0 siblings, 0 replies; 2+ messages in thread
From: Corey Minyard @ 2010-12-19 3:21 UTC (permalink / raw)
To: dann frazier; +Cc: openipmi-developer, linux-kernel
Looks good to me.
Acked-by: Corey Minyard <cminyard@mvista.com>
On 12/17/2010 05:38 PM, dann frazier wrote:
> 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);
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-12-19 3:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-17 23:38 [PATCH] Add missing space in start_now parameter description dann frazier
2010-12-19 3:21 ` Corey Minyard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox