UPSTREAM: 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)
committerGerrit Code Review <gerrit@rock-chips.com>
Thu, 21 Apr 2016 03:52:24 +0000 (11:52 +0800)
commit296f608d55df666ebea8eee61683a2e2a7bd8015
tree3f4ff29b72f902a9cd31e2b048dfc7a49c206520
parente7bc0d93fea547561fad586526802f889513d542
UPSTREAM: 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>
(cherry picked from git.kernel.org kernel/git/mmind/linux-rockchip.git
v4.7-clk/next commit 995d3fdeb2f2d362b1b6bf26656c417452939a1a)

Conflicts:

drivers/clk/rockchip/clk-rk3399.c
[
zx: this patch is based on the old version by Heiko on the upstream:
commit de4939f7fc0a282a4a630e7fcc517ba241340ea0
Author: Xing Zheng <zhengxing@rock-chips.com>
Date:   Fri Mar 25 19:33:48 2016 +0800

    clk: rockchip: rk3399: add some aclk/dclk IDs for vop0/vop1
]

Change-Id: I6aeda93a54ab96ab885f9bf04a5f21b07d1c9a89
Signed-off-by: Xing Zheng <zhengxing@rock-chips.com>
drivers/clk/rockchip/clk-rk3399.c