Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: remove trailing whitespace from clk.h

Remove trailing whitespace from 2 lines.

Signed-off-by: Rob Herring <rob.herring@calxeda.com>

authored by

Rob Herring and committed by
Mike Turquette
8b7730dd 01033be1

+2 -2
+2 -2
include/linux/clk.h
··· 220 220 * Returns rounded clock rate in Hz, or negative errno. 221 221 */ 222 222 long clk_round_rate(struct clk *clk, unsigned long rate); 223 - 223 + 224 224 /** 225 225 * clk_set_rate - set the clock rate for a clock source 226 226 * @clk: clock source ··· 229 229 * Returns success (0) or negative errno. 230 230 */ 231 231 int clk_set_rate(struct clk *clk, unsigned long rate); 232 - 232 + 233 233 /** 234 234 * clk_set_parent - set the parent clock source for this clock 235 235 * @clk: clock source