diff options
author | Colin Ian King <colin.king@canonical.com> | 2019-04-16 14:56:16 +0300 |
---|---|---|
committer | Stephen Boyd <sboyd@kernel.org> | 2019-04-19 00:53:23 +0300 |
commit | 7fbb639aea353832046a72ad3201510cada27f9a (patch) | |
tree | 6ffee02a582f4bfea82f57cdaddadc8db4946dbd /drivers/clk/mvebu/common.c | |
parent | c942081c87dd532397d796b5c0196e95d5d45092 (diff) | |
download | linux-7fbb639aea353832046a72ad3201510cada27f9a.tar.xz |
clk: mvebu: fix spelling mistake "gatable" -> "gateable"
There are a few spelling mistakes in comments and a pr_err
error message. Fix these.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/mvebu/common.c')
-rw-r--r-- | drivers/clk/mvebu/common.c | 2 |
1 files changed, 1 insertions, 1 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; } |