mfd: axp20x: Re-align MFD cell entries
authorChen-Yu Tsai <wens@csie.org>
Sat, 8 Dec 2018 17:58:46 +0000 (19:58 +0200)
committerLee Jones <lee.jones@linaro.org>
Thu, 3 Jan 2019 08:32:42 +0000 (08:32 +0000)
commit753a8d083e085c6f552c7982749de4cc7c40e2ac
tree1cdbff7c9256f2f55075fa12c5627a3170a68215
parent4a19f9a65375ca9781b3ca9e810ece92edfc3e78
mfd: axp20x: Re-align MFD cell entries

In the axp20x driver, the various mfd_cell lists had varying amounts
of indentation, sometimes even within the same list. For the axp288,
there's no alignment at all.

Re-align the right hand side of the assignments with the least amount
of tabs possible. Also collapse the closing bracket and the opening
bracket of the next entry onto the same line for the axp288, to be
consistent with all the other mfd_cell lists.

This patch is whitespace change only. No functionality is modified.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Oskari Lemmela <oskari@lemmela.net>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/axp20x.c