Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8c1c135f authored by Brian Masney's avatar Brian Masney Committed by Jonathan Cameron
Browse files

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: default avatarBrian Masney <masneyb@onstation.org>
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent 49e22c8a
Loading
Loading
Loading
Loading
+66 −66
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@
#define TSL2X7X_mA50			0x40
#define TSL2X7X_mA25			0x80
#define TSL2X7X_mA13			0xD0
#define TSL2X7X_MAX_TIMER_CNT          (0xFF)
#define TSL2X7X_MAX_TIMER_CNT		0xFF

#define TSL2X7X_MIN_ITIME		3