aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2012-04-09 16:24:59 -0400
committerMike Turquette <mturquette@linaro.org>2012-04-24 19:37:41 -0400
commit8b7730ddff5affd623bed2affa0d0fa47ebbad3b (patch)
treea512435b6b439fff5c82a8b37b49239aa98eaaa3 /include/linux
parent01033be1742abfa4359a40d21e8e8ecca39974e5 (diff)
clk: remove trailing whitespace from clk.h
Remove trailing whitespace from 2 lines. Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/clk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/clk.h b/include/linux/clk.h
index c9547d99e52..0e078bdec09 100644
--- a/include/linux/clk.h
+++ b/include/linux/clk.h
@@ -220,7 +220,7 @@ void clk_put(struct clk *clk);
220 * Returns rounded clock rate in Hz, or negative errno. 220 * Returns rounded clock rate in Hz, or negative errno.
221 */ 221 */
222long clk_round_rate(struct clk *clk, unsigned long rate); 222long clk_round_rate(struct clk *clk, unsigned long rate);
223 223
224/** 224/**
225 * clk_set_rate - set the clock rate for a clock source 225 * clk_set_rate - set the clock rate for a clock source
226 * @clk: clock source 226 * @clk: clock source
@@ -229,7 +229,7 @@ long clk_round_rate(struct clk *clk, unsigned long rate);
229 * Returns success (0) or negative errno. 229 * Returns success (0) or negative errno.
230 */ 230 */
231int clk_set_rate(struct clk *clk, unsigned long rate); 231int clk_set_rate(struct clk *clk, unsigned long rate);
232 232
233/** 233/**
234 * clk_set_parent - set the parent clock source for this clock 234 * clk_set_parent - set the parent clock source for this clock
235 * @clk: clock source 235 * @clk: clock source