Skip to content

Commit

Permalink
clk: remove trailing whitespace from clk.h
Browse files Browse the repository at this point in the history
Remove trailing whitespace from 2 lines.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
  • Loading branch information
Rob Herring authored and Mike Turquette committed Apr 24, 2012
1 parent 01033be commit 8b7730d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/linux/clk.h
Original file line number Diff line number Diff line change
@@ -220,7 +220,7 @@ void clk_put(struct clk *clk);
* Returns rounded clock rate in Hz, or negative errno.
*/
long clk_round_rate(struct clk *clk, unsigned long rate);

/**
* clk_set_rate - set the clock rate for a clock source
* @clk: clock source
@@ -229,7 +229,7 @@ long clk_round_rate(struct clk *clk, unsigned long rate);
* Returns success (0) or negative errno.
*/
int clk_set_rate(struct clk *clk, unsigned long rate);

/**
* clk_set_parent - set the parent clock source for this clock
* @clk: clock source

0 comments on commit 8b7730d

Please sign in to comment.