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]
Message-ID: <CAHp75VdKxnjZHXAugA5mx9xaz30oxrdkTV7c2KsOFGahVHuqMg@mail.gmail.com>
Date:   Fri, 9 Feb 2018 15:38:56 +0200
From:   Andy Shevchenko <andy.shevchenko@...il.com>
To:     Colin King <colin.king@...onical.com>
Cc:     Hans de Goede <hdegoede@...hat.com>,
        Darren Hart <dvhart@...radead.org>,
        Andy Shevchenko <andy@...radead.org>,
        Platform Driver <platform-driver-x86@...r.kernel.org>,
        kernel-janitors@...r.kernel.org,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] platform/x86: GPD pocket fan: fix spelling mistake:
 "Mill-celcius" -> "millicelsius"

On Fri, Feb 9, 2018 at 1:53 PM, Colin King <colin.king@...onical.com> wrote:
> From: Colin Ian King <colin.king@...onical.com>
>
> Trivial fix to spelling mistake in MODULE_PARM_DESC text and remove
> unnecessary hyphen

Applied with a period added to my reviewing and testing queue, thanks!

>
> Signed-off-by: Colin Ian King <colin.king@...onical.com>
> ---
>  drivers/platform/x86/gpd-pocket-fan.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/platform/x86/gpd-pocket-fan.c b/drivers/platform/x86/gpd-pocket-fan.c
> index 2d645c505f81..3b923df15b9b 100644
> --- a/drivers/platform/x86/gpd-pocket-fan.c
> +++ b/drivers/platform/x86/gpd-pocket-fan.c
> @@ -19,12 +19,12 @@
>  static int temp_limits[3] = { 55000, 60000, 65000 };
>  module_param_array(temp_limits, int, NULL, 0444);
>  MODULE_PARM_DESC(temp_limits,
> -                "Milli-celcius values above which the fan speed increases");
> +                "Millicelsius values above which the fan speed increases");
>
>  static int hysteresis = 3000;
>  module_param(hysteresis, int, 0444);
>  MODULE_PARM_DESC(hysteresis,
> -                "Hysteresis in milli-celcius before lowering the fan speed");
> +                "Hysteresis in millicelsius before lowering the fan speed");
>
>  static int speed_on_ac = 2;
>  module_param(speed_on_ac, int, 0444);
> --
> 2.15.1
>



-- 
With Best Regards,
Andy Shevchenko

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ