]> 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)
commitc6a468b687e38f9af70e362c34a20dfe950508d0
treeb71b93e24ae6a6199a5fffd12907be9c053771f5
parente0c90db1ebe71123fc17e6d2746a870b106b1f19
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