diff options
author | Heiko Stuebner <heiko@sntech.de> | 2016-04-19 21:29:27 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2016-04-20 09:53:39 +0200 |
commit | 03ae1747869437a8e4d0d4e79d4c88c25c6df39c (patch) | |
tree | e76c03de68ab8e7e23c63812763ca8ff435eb713 /drivers/clk/rockchip/clk.h | |
parent | clk: rockchip: drop unnecessary header comment (diff) | |
download | linux-03ae1747869437a8e4d0d4e79d4c88c25c6df39c.tar.xz linux-03ae1747869437a8e4d0d4e79d4c88c25c6df39c.zip |
clk: rockchip: fix checkpatch warning in core code
We seem to have accumulated a bunch of checkpatch warnings, with mainly
overlong lines and two unnecessary allocation error messages.
Most were introduced with the recent multi-controller-support but some
were quite a bit older.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Diffstat (limited to 'drivers/clk/rockchip/clk.h')
-rw-r--r-- | drivers/clk/rockchip/clk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/rockchip/clk.h b/drivers/clk/rockchip/clk.h index 4a355bf1d69a..1abb7d05d1c7 100644 --- a/drivers/clk/rockchip/clk.h +++ b/drivers/clk/rockchip/clk.h @@ -252,7 +252,7 @@ struct rockchip_cpuclk_rate_table { }; /** - * struct rockchip_cpuclk_reg_data - describes register offsets and masks of the cpuclock + * struct rockchip_cpuclk_reg_data - register offsets and masks of the cpuclock * @core_reg: register offset of the core settings register * @div_core_shift: core divider offset used to divide the pll value * @div_core_mask: core divider mask |