]> git.baikalelectronics.ru Git - kernel.git/commit
staging: iio: tsl2583: fix alignment of #define values
authorBrian Masney <masneyb@onstation.org>
Sat, 12 Nov 2016 18:19:24 +0000 (13:19 -0500)
committerJonathan Cameron <jic23@kernel.org>
Sun, 13 Nov 2016 13:07:22 +0000 (13:07 +0000)
commit4dade269637d9fcbbd7d238416859a148fbc0a7c
treeb71b93e24ae6a6199a5fffd12907be9c053771f5
parent58c46a2f4883655b2f2db1e93b32df0b40abbff0
staging: iio: tsl2583: fix alignment of #define values

Most of the values in the #defines have their values aligned on a single
column, but some do not. This changes the remaining defines to use
consistent alignment with the majority to improve code readability.

Signed-off-by: Brian Masney <masneyb@onstation.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/staging/iio/light/tsl2583.c