Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753388AbdDKNhy (ORCPT ); Tue, 11 Apr 2017 09:37:54 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:36873 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752506AbdDKNhx (ORCPT ); Tue, 11 Apr 2017 09:37:53 -0400 From: Colin King To: Michael Turquette , Stephen Boyd , Gregory CLEMENT , Thomas Petazzoni , Ulf Hansson , Russell King , Paul Gortmaker , Konstantin Porotchkin , linux-clk@vger.kernel.org Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] clk: apn806: fix spelling mistake: "mising" -> "missing" Date: Tue, 11 Apr 2017 14:37:43 +0100 Message-Id: <20170411133743.21073-1-colin.king@canonical.com> X-Mailer: git-send-email 2.11.0 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 977 Lines: 25 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 --- 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