]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
clk: Grammar missing "and", Spelling s/statisfied/satisfied/
authorGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 17 Jun 2019 13:56:02 +0000 (15:56 +0200)
committerStephen Boyd <sboyd@kernel.org>
Tue, 25 Jun 2019 21:51:35 +0000 (14:51 -0700)
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk.c

index aa51756fd4d695b359ee5c6117e7c9d00fddf183..b4102371777994d3300aff9cefba34cbdbb8d0e2 100644 (file)
@@ -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.