Re: [PATCH v2 1/8] staging: iio: isl29018: add newlines to improve readability

2016-10-10 Thread Jonathan Cameron
On 10/10/16 08:19, Brian Masney wrote: > Add newlines to improve code readability in preparation for moving the > driver out of staging. > > Signed-off-by: Brian Masney Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to play with it. Thanks, Jonathan > ---

[PATCH v2 1/8] staging: iio: isl29018: add newlines to improve readability

2016-10-10 Thread Brian Masney
Add newlines to improve code readability in preparation for moving the driver out of staging. Signed-off-by: Brian Masney --- drivers/staging/iio/light/isl29018.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/staging/iio/light/isl29018.c b/drivers/staging/iio/light/isl29018.