Re: [PATCH] indention and space fixes to align with linux style

2016-12-22 Thread Joe Perches
On Wed, 2016-12-21 at 19:02 -0600, Scott Matheina wrote: > On 12/20/2016 09:23 PM, Joe Perches wrote: > > On Tue, 2016-12-20 at 20:58 -0600, Scott Matheina wrote: > > > Fixed indention and space issues to align the code with the linux style > > > guide. > > [] > > > diff --git a/drivers/staging/ii

Re: [PATCH] indention and space fixes to align with linux style

2016-12-21 Thread Scott Matheina
On 12/20/2016 09:23 PM, Joe Perches wrote: On Tue, 2016-12-20 at 20:58 -0600, Scott Matheina wrote: Fixed indention and space issues to align the code with the linux style guide. [] diff --git a/drivers/staging/iio/addac/adt7316.c b/drivers/staging/iio/addac/adt7316.c [] @@ -176,16 +176,1

Re: [PATCH] indention and space fixes to align with linux style

2016-12-20 Thread Scott Matheina
> On Dec 20, 2016, at 9:23 PM, Joe Perches wrote: > >> On Tue, 2016-12-20 at 20:58 -0600, Scott Matheina wrote: >> Fixed indention and space issues to align the code with the linux style >> guide. > [] >> diff --git a/drivers/staging/iio/addac/adt7316.c >> b/drivers/staging/iio/addac/adt7316.

Re: [PATCH] indention and space fixes to align with linux style

2016-12-20 Thread Joe Perches
On Tue, 2016-12-20 at 20:58 -0600, Scott Matheina wrote: > Fixed indention and space issues to align the code with the linux style guide. [] > diff --git a/drivers/staging/iio/addac/adt7316.c > b/drivers/staging/iio/addac/adt7316.c [] > @@ -176,16 +176,16 @@ > */ > > struct adt7316_chip_info {

[PATCH] indention and space fixes to align with linux style

2016-12-20 Thread Scott Matheina
Fixed indention and space issues to align the code with the linux style guide. Signed-off-by: Scott Matheina --- drivers/staging/iio/addac/adt7316.c | 603 1 file changed, 266 insertions(+), 337 deletions(-) diff --git a/drivers/staging/iio/addac/adt7316.c