linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] ipmi_si_platform: Fix typo in parameter description
@ 2017-11-03  9:52 Wei Yongjun
  2017-11-03 12:12 ` Corey Minyard
  0 siblings, 1 reply; 2+ messages in thread
From: Wei Yongjun @ 2017-11-03  9:52 UTC (permalink / raw)
  To: Corey Minyard; +Cc: Wei Yongjun, openipmi-developer, linux-kernel

Fix typo in parameter description.

Fixes: 95e300c052fd ("ipmi: Make the DMI probe into a generic platform probe")
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
---
 drivers/char/ipmi/ipmi_si_platform.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/char/ipmi/ipmi_si_platform.c b/drivers/char/ipmi/ipmi_si_platform.c
index 9573f11..f421487 100644
--- a/drivers/char/ipmi/ipmi_si_platform.c
+++ b/drivers/char/ipmi/ipmi_si_platform.c
@@ -40,7 +40,7 @@
 #endif
 #ifdef CONFIG_OF
 module_param_named(tryopenfirmware, si_tryopenfirmware, bool, 0);
-MODULE_PARM_DESC(tryacpi, "Setting this to zero will disable the"
+MODULE_PARM_DESC(tryopenfirmware, "Setting this to zero will disable the"
 		 " default scan of the interfaces identified via OpenFirmware");
 #endif
 #ifdef CONFIG_DMI

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH -next] ipmi_si_platform: Fix typo in parameter description
  2017-11-03  9:52 [PATCH -next] ipmi_si_platform: Fix typo in parameter description Wei Yongjun
@ 2017-11-03 12:12 ` Corey Minyard
  0 siblings, 0 replies; 2+ messages in thread
From: Corey Minyard @ 2017-11-03 12:12 UTC (permalink / raw)
  To: Wei Yongjun; +Cc: openipmi-developer, linux-kernel

On 11/03/2017 04:52 AM, Wei Yongjun wrote:
> Fix typo in parameter description.

Thanks, queued for next release.

-corey

> Fixes: 95e300c052fd ("ipmi: Make the DMI probe into a generic platform probe")
> Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
> ---
>   drivers/char/ipmi/ipmi_si_platform.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/char/ipmi/ipmi_si_platform.c b/drivers/char/ipmi/ipmi_si_platform.c
> index 9573f11..f421487 100644
> --- a/drivers/char/ipmi/ipmi_si_platform.c
> +++ b/drivers/char/ipmi/ipmi_si_platform.c
> @@ -40,7 +40,7 @@
>   #endif
>   #ifdef CONFIG_OF
>   module_param_named(tryopenfirmware, si_tryopenfirmware, bool, 0);
> -MODULE_PARM_DESC(tryacpi, "Setting this to zero will disable the"
> +MODULE_PARM_DESC(tryopenfirmware, "Setting this to zero will disable the"
>   		 " default scan of the interfaces identified via OpenFirmware");
>   #endif
>   #ifdef CONFIG_DMI
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-11-03 12:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-03  9:52 [PATCH -next] ipmi_si_platform: Fix typo in parameter description Wei Yongjun
2017-11-03 12:12 ` Corey Minyard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).