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] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 12 Apr 2017 11:41:06 +0200
From:   Gregory CLEMENT <gregory.clement@...e-electrons.com>
To:     Colin King <colin.king@...onical.com>
Cc:     Michael Turquette <mturquette@...libre.com>,
        Stephen Boyd <sboyd@...eaurora.org>,
        Thomas Petazzoni <thomas.petazzoni@...e-electrons.com>,
        Ulf Hansson <ulf.hansson@...aro.org>,
        Russell King <rmk+kernel@...linux.org.uk>,
        Paul Gortmaker <paul.gortmaker@...driver.com>,
        Konstantin Porotchkin <kostap@...vell.com>,
        linux-clk@...r.kernel.org, kernel-janitors@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] clk: apn806: fix spelling mistake: "mising" -> "missing"

Hi Colin,
 
 On mar., avril 11 2017, Colin King <colin.king@...onical.com> wrote:

> From: Colin Ian King <colin.king@...onical.com>
>
> trivial fix to spelling mistake in dev_warn message
>
> Fixes: f109ca864414dc ("clk: apn806: Turn the eMMC clock as optional for dts backwards compatible")
> Signed-off-by: Colin Ian King <colin.king@...onical.com>


The intial patch was merged through the mmc subsystem while it modifies
a clk driver. So I would suggest either Ulf applying it or waiting for
v4.12-rc1 to apply the patch through the clk subsystem.

Gregory

> ---
>  drivers/clk/mvebu/ap806-system-controller.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/clk/mvebu/ap806-system-controller.c b/drivers/clk/mvebu/ap806-system-controller.c
> index 103fe18a3c29..8155baccc98e 100644
> --- a/drivers/clk/mvebu/ap806-system-controller.c
> +++ b/drivers/clk/mvebu/ap806-system-controller.c
> @@ -140,7 +140,7 @@ static int ap806_syscon_clk_probe(struct platform_device *pdev)
>  					  4, &name)) {
>  		ap806_clk_data.clk_num--;
>  		dev_warn(&pdev->dev,
> -			 "eMMC clock mising: update the device tree!\n");
> +			 "eMMC clock missing: update the device tree!\n");
>  	} else {
>  		ap806_clks[4] = clk_register_fixed_factor(NULL, name,
>  							  fixedclk_name,
> -- 
> 2.11.0
>

-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ