]> git.baikalelectronics.ru Git - kernel.git/commit
regulator: qcom-rpmh: Add stylistic breaks in the default cases
authorDouglas Anderson <dianders@chromium.org>
Fri, 10 Aug 2018 20:05:31 +0000 (13:05 -0700)
committerMark Brown <broonie@kernel.org>
Tue, 28 Aug 2018 20:19:36 +0000 (21:19 +0100)
commit89e254113f4ce3ee243f63a8d00a0eb296c1a0c7
treece8db3a33d3127fee5ae19c52e60b0aee9f5aa8e
parent3e98f81bdbe73c084be8d4d8fbe76ec2b43987d2
regulator: qcom-rpmh: Add stylistic breaks in the default cases

No functional change here but it can make the code more readable to
have breaks in the "default" case even though it's the last case.
Let's add them.

Signed-off-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: David Collins <collinsd@codeaurora.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/qcom-rpmh-regulator.c