]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
staging: iio: tsl2x7x: changed #defines to be aligned on the same column
authorBrian Masney <masneyb@onstation.org>
Thu, 19 Oct 2017 20:06:24 +0000 (16:06 -0400)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sat, 21 Oct 2017 17:35:33 +0000 (18:35 +0100)
commit8c1c135f74282c35b6bebd2db6710c7a8e17aab5
treeabc1da25d85c7298f58638e4b97eba0436e80493
parent49e22c8ad39156aac0348d68c856e5d07d1fb6c9
staging: iio: tsl2x7x: changed #defines to be aligned on the same column

Some of the existing #defines have tabs between the name, and the value,
while others have spaces. The alignment of the values mostly has a
consistent layout, but there are some that don't. Change all of the
defines so that the name and value is separated by tabs and all of the
values start on the same column to increase code readability. This patch
also removes the unnecessary parentheses around the value of
TSL2X7X_MAX_TIMER_CNT.

Signed-off-by: Brian Masney <masneyb@onstation.org>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/staging/iio/light/tsl2x7x.c