Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp3103187yba; Tue, 16 Apr 2019 04:57:08 -0700 (PDT) X-Google-Smtp-Source: APXvYqyTrCjYUMCpMEXL3P/yGPxceA6HUxSoWmdCMd1/urW/Xt9Z2fmFbJko5rBbYvxk8em0B/RG X-Received: by 2002:a62:1c54:: with SMTP id c81mr39495818pfc.122.1555415828038; Tue, 16 Apr 2019 04:57:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1555415828; cv=none; d=google.com; s=arc-20160816; b=nUsig8uxyqjhcIvHUBECZ83iLhlzV2g9fobTNs3Zb1Jx2H2WqVLj6vUgT8J/BV50nt EDA1T49qsdrfS4MoQxIackfShQtl8GEto9T3qvkqD2FiA4amYGX3A++MvNFHq5bIoMg1 RLccPvhnJ7HAys/cAOk+vAWWOjyh+a+CORR3lmCywEsx880ETMLNQC/ynCU1Ir9lY40/ CrQy7Dhk65k98aMGy3jgzCA0PZBV9pActZlQ4fKDihlMZyniN+QiIek5ZZH4ZTiQBgWr qs1XhsUxo9Dqtscv3NaIKWKX4Ew6EdvKUDH7JM3HuuT1op2X5n1aDRrlKyXK29xFddv5 0cUw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=uZQWe4W+4X0x26zlNko9qEBZekVnLnAeIRuOc4Wulf0=; b=iLL2howbBW7Imu1W0kCItWrS/hyV5noa0R9blleghcFPiQ9u5WFhKCsci6Zil1LvC5 QW1AKE8HPCd3+AWDDLlbwI2EiXn7cmZbzphiDIad71WObWDQKDOYHWs2bxJOCPynRUEw Q0CrxOG6C76pdR8ZD6mH9LL0smnGmUKn7qmcqt0tTlL0hq4ucuTm50ZHHi2L3hEl79+6 iJZXWiJmLsEh9oCtx9LDdYZOVBnIswNZaNFHfGn7aQqgQtNLkXEQXIcPrs5rKmY7s5f8 vEN97nNVj9Px0qbb/k2y+fbYu0rcCIvOOBD2pRKDRVYpIUJjPeFrsAHUkj23TQv8/hr6 SN4w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id s9si44610102plr.17.2019.04.16.04.56.51; Tue, 16 Apr 2019 04:57:08 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728147AbfDPL4T (ORCPT + 99 others); Tue, 16 Apr 2019 07:56:19 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:57458 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726408AbfDPL4T (ORCPT ); Tue, 16 Apr 2019 07:56:19 -0400 Received: from 1.general.cking.uk.vpn ([10.172.193.212] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1hGMhE-0004Mf-Rg; Tue, 16 Apr 2019 11:56:16 +0000 From: Colin King To: Michael Turquette , Stephen Boyd , linux-clk@vger.kernel.org Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] clk: mvebu: fix spelling mistake "gatable" -> "gateable" Date: Tue, 16 Apr 2019 12:56:16 +0100 Message-Id: <20190416115616.31861-1-colin.king@canonical.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Colin Ian King There are a few spelling mistakes in comments and a pr_err error message. Fix these. Signed-off-by: Colin Ian King --- drivers/clk/mvebu/common.c | 2 +- drivers/clk/mvebu/cp110-system-controller.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/clk/mvebu/common.c b/drivers/clk/mvebu/common.c index 6ab3c2e627c7..785dbede4835 100644 --- a/drivers/clk/mvebu/common.c +++ b/drivers/clk/mvebu/common.c @@ -240,7 +240,7 @@ void __init mvebu_clk_gating_setup(struct device_node *np, int n; if (ctrl) { - pr_err("mvebu-clk-gating: cannot instantiate more than one gatable clock device\n"); + pr_err("mvebu-clk-gating: cannot instantiate more than one gateable clock device\n"); return; } diff --git a/drivers/clk/mvebu/cp110-system-controller.c b/drivers/clk/mvebu/cp110-system-controller.c index 9235a331b588..b6de283f45e3 100644 --- a/drivers/clk/mvebu/cp110-system-controller.c +++ b/drivers/clk/mvebu/cp110-system-controller.c @@ -21,7 +21,7 @@ * - Equal to SDIO clock * - 2/5 PLL0 * - * CP110 has 32 gatable clocks, for the various peripherals in the IP. + * CP110 has 32 gateable clocks, for the various peripherals in the IP. */ #define pr_fmt(fmt) "cp110-system-controller: " fmt @@ -57,7 +57,7 @@ enum { #define CP110_CORE_NAND 4 #define CP110_CORE_SDIO 5 -/* A number of gatable clocks need special handling */ +/* A number of gateable clocks need special handling */ #define CP110_GATE_AUDIO 0 #define CP110_GATE_COMM_UNIT 1 #define CP110_GATE_NAND 2 -- 2.20.1