lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Fri, 3 Nov 2017 07:12:51 -0500
From:   Corey Minyard <minyard@....org>
To:     Wei Yongjun <weiyongjun1@...wei.com>
Cc:     openipmi-developer@...ts.sourceforge.net,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH -next] ipmi_si_platform: Fix typo in parameter description

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@...wei.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
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ