mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-06 22:42:10 +00:00
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
1 changed files with 2 additions and 2 deletions
|
@ -220,7 +220,7 @@ void clk_put(struct clk *clk);
|
||||||
* Returns rounded clock rate in Hz, or negative errno.
|
* Returns rounded clock rate in Hz, or negative errno.
|
||||||
*/
|
*/
|
||||||
long clk_round_rate(struct clk *clk, unsigned long rate);
|
long clk_round_rate(struct clk *clk, unsigned long rate);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* clk_set_rate - set the clock rate for a clock source
|
* clk_set_rate - set the clock rate for a clock source
|
||||||
* @clk: 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.
|
* Returns success (0) or negative errno.
|
||||||
*/
|
*/
|
||||||
int clk_set_rate(struct clk *clk, unsigned long rate);
|
int clk_set_rate(struct clk *clk, unsigned long rate);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* clk_set_parent - set the parent clock source for this clock
|
* clk_set_parent - set the parent clock source for this clock
|
||||||
* @clk: clock source
|
* @clk: clock source
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue