Re: [PATCH v4 09/26] staging: iio: tsl2583: fix alignment of #define values

2016-11-13 Thread Jonathan Cameron
On 12/11/16 18:19, Brian Masney wrote: > 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

Re: [PATCH v4 09/26] staging: iio: tsl2583: fix alignment of #define values

2016-11-13 Thread Jonathan Cameron
On 12/11/16 18:19, Brian Masney wrote: > 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 Applied. >

[PATCH v4 09/26] staging: iio: tsl2583: fix alignment of #define values

2016-11-12 Thread Brian Masney
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 ---

[PATCH v4 09/26] staging: iio: tsl2583: fix alignment of #define values

2016-11-12 Thread Brian Masney
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 --- drivers/staging/iio/light/tsl2583.c | 10 +- 1