]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
clk: remove trailing whitespace from clk.h
authorRob Herring <rob.herring@calxeda.com>
Mon, 9 Apr 2012 20:24:59 +0000 (15:24 -0500)
committerMike Turquette <mturquette@linaro.org>
Tue, 24 Apr 2012 23:37:41 +0000 (16:37 -0700)
Remove trailing whitespace from 2 lines.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>
include/linux/clk.h

index c9547d99e52c1488036d40e77ca4ae1393b21e63..0e078bdec09fb62f07c0b04aa58406ffa24b1b49 100644 (file)
@@ -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