clk: Align provider-specific CLK_* bit definitions
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 14 Jul 2021 10:17:36 +0000 (12:17 +0200)
committerStephen Boyd <sboyd@kernel.org>
Fri, 6 Aug 2021 00:30:51 +0000 (17:30 -0700)
commitedfa378448b566f705f5e81fd1565dc39ef6b716
tree22c4ec02adfe5d2d99519fb7da97e9ec12fc3924
parente73f0f0ee7541171d89f2e2491130c7771ba58d3
clk: Align provider-specific CLK_* bit definitions

The definition of CLK_MULTIPLIER_ROUND_CLOSEST is not aligned to the two
bit definitions next to it.  A deeper inspection reveals that the
alignment of CLK_MULTIPLIER_ROUND_CLOSEST does match the most common
alignment.

Align the bit definitions for the various provider types throughout the
file at 40 columns, to increase uniformity.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/5468cd9e50cda8fc59cb6baab9413c6c0de1a974.1626257689.git.geert+renesas@glider.be
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
include/linux/clk-provider.h