clk: remove trailing whitespace from clk.h
Remove trailing whitespace from 2 lines. Signed-off-by: Rob Herring <rob.herring@calxeda.com>
This commit is contained in:
parent
01033be174
commit
8b7730ddff
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue