Skip to content

Commit

Permalink
clk: mvebu: fix spelling mistake "gatable" -> "gateable"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Colin Ian King authored and Stephen Boyd committed Apr 18, 2019
1 parent c942081 commit 7fbb639
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion drivers/clk/mvebu/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
4 changes: 2 additions & 2 deletions drivers/clk/mvebu/cp110-system-controller.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7fbb639

Please sign in to comment.