clk: rockchip: reign in some overly long lines in the rk3399 controller
authorHeiko Stuebner <heiko@sntech.de>
Tue, 19 Apr 2016 19:07:01 +0000 (21:07 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Tue, 19 Apr 2016 19:07:01 +0000 (21:07 +0200)
commit995d3fdeb2f2d362b1b6bf26656c417452939a1a
tree984737deb9618d23295e80293db96c073fe418f8
parentbdb4da86198ecee79a06c97004ad96ee6aa98f9d
clk: rockchip: reign in some overly long lines in the rk3399 controller

We allow overlong lines in the array portitions describing the clock
trees to ease readability by having each element always at the same
position. But the rest of the code should honor the 80 char limit.

Fix the newly added rk3399 clock code to respect that.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
drivers/clk/rockchip/clk-rk3399.c