summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk.c
diff options
context:
space:
mode:
authorGeert Uytterhoeven2019-06-17 15:56:02 +0200
committerStephen Boyd2019-06-25 23:51:35 +0200
commit65e2218d10064d1143572584251f8599dd09290a (patch)
treeccb78f30875fa6999609ff0eaa3605075449edcb /drivers/clk/clk.c
parentLinux 5.2-rc1 (diff)
downloadkernel-qcow2-linux-65e2218d10064d1143572584251f8599dd09290a.tar.gz
kernel-qcow2-linux-65e2218d10064d1143572584251f8599dd09290a.tar.xz
kernel-qcow2-linux-65e2218d10064d1143572584251f8599dd09290a.zip
clk: Grammar missing "and", Spelling s/statisfied/satisfied/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'drivers/clk/clk.c')
-rw-r--r--drivers/clk/clk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c
index aa51756fd4d6..b41023717779 100644
--- a/drivers/clk/clk.c
+++ b/drivers/clk/clk.c
@@ -2194,7 +2194,7 @@ int clk_set_rate(struct clk *clk, unsigned long rate)
EXPORT_SYMBOL_GPL(clk_set_rate);
/**
- * clk_set_rate_exclusive - specify a new rate get exclusive control
+ * clk_set_rate_exclusive - specify a new rate and get exclusive control
* @clk: the clk whose rate is being changed
* @rate: the new rate for clk
*
@@ -2202,7 +2202,7 @@ EXPORT_SYMBOL_GPL(clk_set_rate);
* within a critical section
*
* This can be used initially to ensure that at least 1 consumer is
- * statisfied when several consumers are competing for exclusivity over the
+ * satisfied when several consumers are competing for exclusivity over the
* same clock provider.
*
* The exclusivity is not applied if setting the rate failed.