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>
This commit is contained in:
Brian Masney 2016-11-12 13:19:24 -05:00 committed by Jonathan Cameron
parent 686c592284
commit 8391c882ac
1 changed files with 5 additions and 5 deletions

View File

@ -44,7 +44,7 @@
/* tsl2583 cmd reg masks */ /* tsl2583 cmd reg masks */
#define TSL2583_CMD_REG 0x80 #define TSL2583_CMD_REG 0x80
#define TSL2583_CMD_SPL_FN 0x60 #define TSL2583_CMD_SPL_FN 0x60
#define TSL2583_CMD_ALS_INT_CLR 0X01 #define TSL2583_CMD_ALS_INT_CLR 0x01
/* tsl2583 cntrl reg masks */ /* tsl2583 cntrl reg masks */
#define TSL2583_CNTL_ADC_ENBL 0x02 #define TSL2583_CNTL_ADC_ENBL 0x02