Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1032323AbdDTOL2 (ORCPT ); Thu, 20 Apr 2017 10:11:28 -0400 Received: from mail-ua0-f181.google.com ([209.85.217.181]:35853 "EHLO mail-ua0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1032307AbdDTOLX (ORCPT ); Thu, 20 Apr 2017 10:11:23 -0400 MIME-Version: 1.0 In-Reply-To: <20170411133743.21073-1-colin.king@canonical.com> References: <20170411133743.21073-1-colin.king@canonical.com> From: Ulf Hansson Date: Thu, 20 Apr 2017 16:11:15 +0200 Message-ID: Subject: Re: [PATCH] clk: apn806: fix spelling mistake: "mising" -> "missing" To: Colin King Cc: Michael Turquette , Stephen Boyd , Gregory CLEMENT , Thomas Petazzoni , Russell King , Paul Gortmaker , Konstantin Porotchkin , linux-clk , kernel-janitors@vger.kernel.org, "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1323 Lines: 33 On 11 April 2017 at 15:37, Colin King wrote: > From: Colin Ian King > > 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 Thanks, applied for next at mmc tree! Kind regards Uffe > --- > 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 >