Re: [PATCH 1/2] sm750fb: coding style fixes lines over 80 chars

2015-07-21 Thread Dan Carpenter
On Tue, Jul 21, 2015 at 01:10:00PM +0530, Vinay Simha BN wrote: > diff --git a/drivers/staging/sm750fb/sm750_help.h > b/drivers/staging/sm750fb/sm750_help.h > index 8dc6bd2..43d700b 100644 > --- a/drivers/staging/sm750fb/sm750_help.h > +++ b/drivers/staging/sm750fb/sm750_help.h > @@ -49,17 +49,23

Re: [PATCH 1/2] sm750fb: coding style fixes lines over 80 chars

2015-07-21 Thread Joe Perches
On Tue, 2015-07-21 at 13:10 +0530, Vinay Simha BN wrote: > scripts/checkpatch.pl kernel coding style fixes of WARNING Please run your patches through scripts/checkpatch.pl --strict > diff --git a/drivers/staging/sm750fb/ddk750_power.h > b/drivers/staging/sm750fb/ddk750_power.h > index

[PATCH 1/2] sm750fb: coding style fixes lines over 80 chars

2015-07-21 Thread Vinay Simha BN
scripts/checkpatch.pl kernel coding style fixes of WARNING WARNING: line over 80 characters Signed-off-by: Vinay Simha BN --- drivers/staging/sm750fb/ddk750_display.h | 10 +- drivers/staging/sm750fb/ddk750_hwi2c.h | 6 -- drivers/staging/sm750fb/ddk750_power.h | 6 +++---

[PATCH 1/2] sm750fb: coding style fixes lines over 80 chars

2015-07-21 Thread Vinay Simha BN
scripts/checkpatch.pl kernel coding style fixes of WARNING WARNING: line over 80 characters Signed-off-by: Vinay Simha BN simha...@gmail.com --- drivers/staging/sm750fb/ddk750_display.h | 10 +- drivers/staging/sm750fb/ddk750_hwi2c.h | 6 -- drivers/staging/sm750fb/ddk750_power.h

Re: [PATCH 1/2] sm750fb: coding style fixes lines over 80 chars

2015-07-21 Thread Dan Carpenter
On Tue, Jul 21, 2015 at 01:10:00PM +0530, Vinay Simha BN wrote: diff --git a/drivers/staging/sm750fb/sm750_help.h b/drivers/staging/sm750fb/sm750_help.h index 8dc6bd2..43d700b 100644 --- a/drivers/staging/sm750fb/sm750_help.h +++ b/drivers/staging/sm750fb/sm750_help.h @@ -49,17 +49,23 @@

Re: [PATCH 1/2] sm750fb: coding style fixes lines over 80 chars

2015-07-21 Thread Joe Perches
On Tue, 2015-07-21 at 13:10 +0530, Vinay Simha BN wrote: scripts/checkpatch.pl kernel coding style fixes of WARNING Please run your patches through scripts/checkpatch.pl --strict diff --git a/drivers/staging/sm750fb/ddk750_power.h b/drivers/staging/sm750fb/ddk750_power.h index